无法将github库克隆到python

时间:2019-05-29 08:02:58

标签: python-3.x git github pip

我尝试将https://github.com/zhangchiyu10/pyC45的这个仓库克隆到我的python中。

我正在使用 pip install git+https://github.com/zhangchiyu10/pyC45.git

ERROR: Complete output from command python setup.py egg_info:
  ERROR: Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "c:\python37\lib\tokenize.py", line 447, in open
      buffer = _builtin_open(filename, 'rb')
  FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\YULIAN~1\\AppData\\Local\\Temp\\pip-req-build-sqgmxgf8\\setup.py'
  ----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in C:\Users\YULIAN~1\AppData\Local\Temp\pip-req-build-sqgmxgf8\

关于如何使用github库的任何想法吗?

1 个答案:

答案 0 :(得分:1)

并不是真正的“软件包”(即,它没有像pip一样提供通过setup.py安装的工具)。只需将pyC45.py下载到您的工作目录/项目中