我使用的是树莓模型3B+,我做了一个venv,然后试图安装tensorflow,但我得到了这2个错误ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
个
我设法安装了其他库,但只有tensorflow我无法安装。
我使用的是树莓模型3B+,我做了一个venv,然后试图安装tensorflow,但我得到了这2个错误ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
个
我设法安装了其他库,但只有tensorflow我无法安装。
3条答案
按热度按时间dvtswwa31#
我刚刚在最新的MacBook Pro(苹果M1 Pro芯片)上遇到了这个问题。解决方案似乎是
pip install tensorflow-macos
。这给了我一个错误ERROR: Failed building wheel for h5py
,我通过下面的this帖子解决了这个问题。zour9fqk2#
请确认以下要求:
1.如果你的电脑是64位的,那么使用的python和os应该是64位的。
1.$ sudo pip3 install setuptools --upgrade
4.验证以下内容:python --version、python -m pip --version和python -m pip install -vvv tensorflow [拥有最新版本,包括tensorflow稳定版本2.x]
cunj1qz13#
对于
python 3.12
,tensorflow尚不可用Python 3.8-3.11
https://www.tensorflow.org/install