fastai / fastai_dev

fast.ai early development experiments
Apache License 2.0
638 stars 350 forks source link

'pip install git+https://github.com/fastai/fastai_dev' doen't work #305

Closed YahngSungho closed 4 years ago

YahngSungho commented 4 years ago

The error message appears

 ERROR: Command errored out with exit status 1:
     command: /home/mskang/.conda/envs/sungho/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-113a4j57/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-113a4j57/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-req-build-113a4j57/pip-egg-info
         cwd: /tmp/pip-req-build-113a4j57/
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-req-build-113a4j57/setup.py", line 5, in <module>
        exec(open('dev/local/version.py').read())
    FileNotFoundError: [Errno 2] No such file or directory: 'dev/local/version.py'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Perhaps this is because the folder structure has changed recently. Previously it was dev> local> version.py but now it'sdev> fastai> version.py

sgugger commented 4 years ago

Yes that has been solved since then.