0

i trying to clone https://github.com/zhangchiyu10/pyC45 this repo to my python.

i was using 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\

any idea about how to use github library?

3
  • 4
    that's not really a "package" (i.e. it does not provide tools to install via pip like proper setup.py). just download pyC45.py into your working directory/project Commented May 29, 2019 at 8:12
  • @buran That should be an answer. Commented May 29, 2019 at 12:23
  • @phd, ok, I will post as answer Commented May 29, 2019 at 12:24

1 Answer 1

1

that's not really a "package" (i.e. it does not provide tools to install via pip like proper setup.py). just download pyC45.py into your working directory/project

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.