简体   繁体   中英

Installation of numpy in PyCharm on Windows

I keep getting errors when I try to install numpy in Pycharm (Windows)

This is the error I get C:\\Python27\\lib\\distutils\\dist.py:267: UserWarning: Unknown distribution option: 'define_macros'

warnings.warn(msg)

error: Unable to find vcvarsall.bat

Is there an easier way to use SciPy/Numpy on Windows, by using a different IDE?

Thanks!

Use WinPython .

It's a single installation that includes SciPy and NumPy. Then you should be able to use those modules inside PyCharm.

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