Pip fails to install packages

494 views Asked by At

I'm attempting for several hours to get the package installed, but i really got stuck and i'm so desperate right now.I tried everything here and on the web but, nothin works! i tried first using pycharm to install SciTools and then via terminal but both give me the same error as here you can see(i have mac):

Could not find a version that satisfies the requirement SciTools==0.08 (from versions: ) No matching distribution found for SciTools==0.8

2

There are 2 answers

1
Alex On

I believe you want to install SciTools==0.8 not version 0.08

0
Qrom On

I can't make it work either. Maybe you can try to manually install the packages as described in the installation page of SciTools's Google Code Archive.

It would be sudo apt-get install python-scitools on Ubuntu for example.