我在安装了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
在我的系统路径中。我在这里缺少什么?