Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install spyder does not work any longer (pip version >=1.5) #1701

Closed
spyder-bot opened this issue Feb 17, 2015 · 3 comments
Closed

pip install spyder does not work any longer (pip version >=1.5) #1701

spyder-bot opened this issue Feb 17, 2015 · 3 comments

Comments

@spyder-bot
Copy link
Collaborator

From uwe.fech...@gmail.com on 2014-01-19T08:24:34Z

ufechner@uwe-desktop64:$ sudo pip install -U spyder
Could not find any downloads that satisfy the requirement spyder in /usr/local/lib/python2.7/dist-packages
Some externally hosted files were ignored (use --allow-external spyder to allow).
Downloading/unpacking spyder
Cleaning up...
No distributions at all found for spyder in /usr/local/lib/python2.7/dist-packages
Storing debug log for failure in /tmp/tmpLUids7
ufechner@uwe-desktop64:
$

The suggested solution also fails:
ufechner@uwe-desktop64:$ sudo pip install -U --allow-external spyder
You must give at least one requirement to install (see "pip help install")
ufechner@uwe-desktop64:
$

More info:
ufechner@uwe-desktop64:$ pip --version
pip 1.5 from /usr/local/lib/python2.7/dist-packages (python 2.7)
ufechner@uwe-desktop64:
$ http://www.pip-installer.org/en/latest/news.html Ubuntu 12.04 64 bits

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1701

@spyder-bot
Copy link
Collaborator Author

From contrebasse on 2014-01-20T04:56:01Z

The correct command is:
pip install -U --no-install --allow-external spyder --allow-unverified spyder spyder

I guess that a mirror should be made on pypi as pip doesn't allow the installation from external links by default.

@spyder-bot
Copy link
Collaborator Author

From contrebasse on 2014-01-21T00:14:27Z

Sprry, the correct command is :

pip install -U --allow-external spyder --allow-unverified spyder spyder

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2014-07-10T18:00:13Z

Ok, I fixed this one for 2.3. Enjoy!

Status: Fixed
Labels: MS-v2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant