我已经安装了python来在Windows 10到64位上创建深度神经网络。我安装了3.5版本和2.7版本之后。无论如何,我无法使用pip命令安装numpy和SciPy。实际上,我将以管理员身份打开命令提示符,启动命令“pip install numpy”并打印出来:
Command "C:\Python27\python.exe -c "import setuptools, tokenize;__file__='c:\\users\\claud\\appdata\\local\\temp\\pip-build-93rn_o\\numpy\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\claud\appdata\local\temp\pip-lw65ht-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\claud\appdata\local\temp\pip-build-93rn_o\numpy
我还下载了numpy和scipy的安装程序,但还没有。我也尝试安装Anaconda,但我找不到任何方法来安装numpy和scipy。我该怎么办?