Tensorflow 2.7.0 깔려고하니 다음과같은 에러가 발생
root@iZtrrrmevfuyqhvmqzcZ:~# pip3 install tensorflow==2.7.0
Collecting tensorflow==2.7.0
Could not find a version that satisfies the requirement tensorflow==2.7.0 (from versions: 1.13.1, 1.13.2, 1.14.0)
No matching distribution found for tensorflow==2.7.0
pip3 install --user --upgrade tensorflow 로 해봤지만, 다음과같은 에러발생
python setup.py egg_info failed with error code 1 in /tmp/pip-build
이걸로 실행하니까 해결됨
sudo -H pip3 install --upgrade --ignore-installed pip setuptools
'<에러해결>' 카테고리의 다른 글
[ERROR] AttributeError: module 'numpy' has no attribute 'asscalar' (0) | 2023.03.27 |
---|---|
[ERROR] sudo: add-apt-repository: command not found (0) | 2022.08.04 |
[ERROR] 쥬피터 노트북 RuntimeError: This event loop is already running (0) | 2022.07.15 |
IP Geolocation API + 여러번 요청하면 429 ERROR (0) | 2022.05.19 |
botocore.exceptions.ProfileNotFound: The config profile (프로필이름) could not be found (0) | 2022.05.12 |