【发布时间】:2019-10-26 15:47:23
【问题描述】:
我正在尝试从此存储库安装一个包: https://github.com/nelsond/prologix-gpib-ethernet
但我一直收到错误代码 128。昨天是另一个错误,说 git 没有安装在 PATH 中,显然这个是固定的,不确定是否有帮助。
尝试启用 22 端口,重新安装 git 等,没有运气。
pip install git+git://github.com/nelsond/prologix-gpib-ethernet.git
【问题讨论】:
-
尝试 pip install git+github.com/nelsond/prologix-gpib-ethernet.git
-
不幸的是不起作用,我收到的消息是:无效要求:'git+github.com/nelsond/prologix-gpib-ethernet.git'
-
评论不允许我输入https,将git+git替换成git+https
标签: python-3.x git pycharm