我尝试将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库的任何想法吗?
答案 0 :(得分:1)
并不是真正的“软件包”(即,它没有像pip
一样提供通过setup.py
安装的工具)。只需将pyC45.py下载到您的工作目录/项目中