You can install with pip using the following command : pip install -U --no-install --allow-external spyder --allow-unverified spyder spyder
The trick is that the options "--allow-external" and "--allow-unverified" need a package name as argument, then you have to add the package name to intall. That's what you get when you (pip guys) want more security... I guess that a mirror should be made on pypi to avoid this problem. Le dimanche 19 janvier 2014 14:26:40 UTC+1, ufechner a écrit : > > Thank's for quick reply. > > I created an issue: > http://code.google.com/p/spyderlib/issues/detail?id=1701 > > Uwe > > Am 18.01.2014 19:15, schrieb Adrian Klaver: > > On 01/18/2014 07:35 AM, Uwe Fechner wrote: > >> Yes, I did. It doesn't work. > >> > >> ufechner@uwe-desktop64:~$ pip install -U --allow-external spyder > >> You must give at least one requirement to install (see "pip help > install") > >> ufechner@uwe-desktop64:~$ > >> > >> I think that spyder must be upload to the official pip directory to > >> solve this problem. > >> See: > >> http://www.pip-installer.org/en/latest/news.html > > > > I will leave that to the maintainers. In the meantime you could just > download from here: > > > > https://bitbucket.org/spyder-ide/spyderlib/downloads > > > > Unzip and then: > > > > sudo python setup.py install > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/groups/opt_out.
