解決 Command "python setup.py egg_info" failed with error code 1 問題


參考:

“pip install unroll”: “python setup.py egg_info” failed with error code 1

解決 Command "python setup.py egg_info" failed with error code 1 問題

在執行 pip install -r requirements.txt 時遇到錯誤:

Command "python setup.py egg_info" failed with error code 1

解決方法是更新 setuptools 和 pip:

pip install --upgrade setuptools
python -m pip install --upgrade pip

2018.9


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM