https://exerror.com/error-legacy-install-failure/
[Solved] error: legacy-install-failure - Exception Error
To Solve error: legacy-install-failure Then, Upgrade your wheel with this Commandline pip install --upgrade wheel Now, Try to Upgrade your set
exerror.com
Solution 1: Upgrade pip, wheel and setuptools
- First Of all Just Upgrade your pip with this command line python -m pip install –upgrade pip
- Then, Upgrade your wheel with this Commandline pip install –upgrade wheel
- Now, Try to Upgrade your setuptools with this commandline pip install –upgrade setuptools
- Now, Try to install gensim again with this command: pip install gensim OR pip3 install gensim.
- Hope Now, Your error must be solved.
Solution 2: install gfortran
https://github.com/scipy/scipy/issues/4102
Scipy fails to build when installed with pip · Issue #4102 · scipy/scipy
When installing scipy through pip with : pip install scipy Pip fails to build scipy and throws the following error: Cleaning up... Command /Users/administrator/dev/KaggleAux/env/bin/python2.7 -c &q...
github.com
solution 2로 함. --> 그래도 실패
'Face recognition' 카테고리의 다른 글
| [Error] E tensorflow/stream_executor/cuda/cuda_driver.cc:271] failed call to cuInit: CUDA_ERROR_UNKNOWN: unknown error (0) | 2022.07.06 |
|---|---|
| [원격접속] 우분투 teamviewer (0) | 2022.06.29 |
| [파이썬 가상환경] FaceNet (0) | 2022.06.15 |
| [환경설정] 파이썬 가상환경에 딥러닝 환경 구축하기(Ubuntu) (0) | 2022.06.15 |
| [환경설정]Nvidia driver & CUDA & CuDNN (0) | 2022.06.13 |