无法安装netmiko或paramiko

时间:2019-08-22 23:22:18

标签: python-3.x pip

我精打细算,一直试图整天安装netmiko和paramiko在Windows 10的Python版本3.8.0b3上没有运气。较早尝试过3.7.4,也没有运气。

我运行以下命令:

python -m pip install netmiko --user

并出现以下错误:

 Installing build dependencies ... error
  ERROR: Command errored out with exit status 1:
   command: 'C:\Program Files\Python38\python.exe' 'C:\Users\myuser\AppData\Roaming\Python\Python38\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\myuser\AppData\Local\Temp\pip-build-env-sbe5z7zj\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.6.0' wheel 'cffi>=1.8,!=1.11.3; python_implementation != '"'"'PyPy'"'"''

1 个答案:

答案 0 :(得分:0)

因此,在大为震惊之后,我发现了问题,我卸载了python,运行客户安装程序未安装空闲服务器,并“ 为所有用户选择”,以便将其放置在c:\ program文件中\ python37而不是C:\ Users \ myuser \ AppData \ Roaming \ Python \ Python37 \ site-packages,调整了环境变量,然后便能够完成pip install netmiko --user。

希望这对其他人有帮助。