【发布时间】:2018-07-07 02:24:43
【问题描述】:
我在 pycharm 中安装了 Python 2.7、Pycharm 2017.3 和
settings > project interpreter > add package
我搜索了 numpy 并安装了该软件包,但出现此错误:
Error occured:
_configtest.c(7): error C2143: syntax error: missing ';' before 'volatile'
Proposed solution:
Try to run this command from the system terminal.
Make sure that you use the correct version of 'pip' installed for your Python interpreter located at
'C:\Users\Admin\PycharmProjects\second\venv\Scripts\python.exe'.
我尝试重新安装所有内容,但没有成功。
【问题讨论】:
-
嗨 Hadvani,你运行命令时发生了什么?
标签: python python-2.7 numpy installation pycharm