简体   繁体   中英

Installing scipy 0.17.0 in PyCharm 4.5 virtual environment in Win64

I downloaded a program [ https://github.com/frnsys/hosny] that contains a requirements.txt list. All packages are easily installed automatically via PyCharm 4.5.5 in a specific environment.

However, scipy==0.17.0 does not install (I suppose pip install does not work with scipy).

I activated the environment and I tried to install from there manually pip install scipy==0.17.0 I also tried to download the wheel, but I was also not able to find a wheel that is approprate for a windows 64 machine. See here the available choices https://pypi.python.org/pypi/scipy/0.17.0

How else can I try? Thanks a lot

在Windows上,您可以使用Christof Gohlke滚轮, http: //www.lfd.uci.edu/~gohlke/pythonlibs/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM