在Python 3.6中使用pip安装软件包时出错

时间:2018-02-28 22:43:00

标签: python python-3.x pip

我在安装了Python 3.6.4的Windows上。在Python文档之后,我在cmd上键入了以下内容但出现了错误:

>py -3.6 -m pip install numpy
Traceback (most recent call last):
  File "<string>", line 6, in <module>
  File "__main__.py", line 126, in <module>
  File "__main__py__.py", line 60, in <module>
IOError: [Errno 2] No such file or directory: '-3.6'

Python 3.6.exe在我的系统路径中。我在这里缺少什么?

0 个答案:

没有答案