Opened 9 years ago

Last modified 9 years ago

#48725 new defect

py34-pip, pip_select: target "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/bin/pip" doesn't exist

Reported by: resmi.raju@… Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: py34-pip, pip_select

Description

How to install pi34-pip

Admins-iMac-2:bin admin$ sudo port select --list pip
Available versions for pip:
	none
	pip27 (active)
	pip34
Admins-iMac-2:bin admin$ sudo port clean py27-pip
--->  Cleaning py27-pip
Admins-iMac-2:bin admin$ sudo port select --list pip
Available versions for pip:
	none
	pip27 (active)
	pip34
Admins-iMac-2:bin admin$ sudo port select --set pip pip34
Selecting 'pip34' for 'pip' failed: could not create new link "/opt/local/bin/pip": target "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/bin/pip" doesn't exist
Admins-iMac-2:bin admin$ port install py34-pip
--->  Computing dependencies for py34-pip
--->  Cleaning py34-pip
--->  Scanning binaries for linking errors
--->  No broken files found.
Admins-iMac-2:bin admin$ sudo port select --set pip pip34
Selecting 'pip34' for 'pip' failed: could not create new link "/opt/local/bin/pip": target "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/bin/pip" doesn't exist
Admins-iMac-2:bin admin$ pip install virtualenv
-bash: pip: command not found
Admins-iMac-2:bin admin$

Change History (2)

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: py34-pip removed
Owner: changed from macports-tickets@… to stromnov@…
Port: py34-pip pip_select added
Summary: py34-pippy34-pip, pip_select: target "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/bin/pip" doesn't exist

You've successfully installed py34-pip, however selecting it as the default version of pip is failing for some reason. Andrew?

comment:2 in reply to:  1 Changed 9 years ago by resmi.raju@…

Replying to ryandesign@…:

You've successfully installed py34-pip, however selecting it as the default version of pip is failing for some reason. Andrew?

I don't think it's successful, because even after below installation command pip27 is active.

port install py34-pip or sudo port install py34-pip

So i tried set pip34 as default using this command

sudo port select --set pip pip34

I got this error

could not create new link "/opt/local/bin/pip": target "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/bin/pip" doesn't exist
Note: See TracTickets for help on using tickets.