admin管理员组文章数量:1316023
I want to install tensorflow in my machine but I have a problem during the installation. I tried all method but no result
C:\Users\Ultra Tech>pip --default-timeout=1000 install tensorflow==2.5.0 ERROR: Could not find a version that satisfies the requirement tensorflow==2.5.0 (from versions: none) ERROR: No matching distribution found for tensorflow==2.5.0
C:\Users\Ultra Tech>pip --default-timeout=1000 install tensorflow==2.2.0 ERROR: Could not find a version that satisfies the requirement tensorflow==2.2.0 (from versions: none) ERROR: No matching distribution found for tensorflow==2.2.0
C:\Users\Ultra Tech>pip --default-timeout=1000 install tensorflow==2.x ERROR: Invalid requirement: 'tensorflow==2.x': Expected end or semicolon (after version specifier) tensorflow==2.x ~~~^
C:\Users\Ultra Tech>pip --default-timeout=1000 install tensorflow==2.3 ERROR: Could not find a version that satisfies the requirement tensorflow==2.3 (from versions: none) ERROR: No matching distribution found for tensorflow==2.3
C:\Users\Ultra Tech>pip --default-timeout=1000 install tensorflow==2 ERROR: Could not find a version that satisfies the requirement tensorflow==2 (from versions: none) ERROR: No matching distribution found for tensorflow==2
C:\Users\Ultra Tech>pip install path/to/your/downloaded/tensorflow-1.12.0-py3-none-any.whl WARNING: Requirement 'path/to/your/downloaded/tensorflow-1.12.0-py3-none-any.whl' looks like a filename, but the file does not exist Processing c:\users\ultra tech\path\to\your\downloaded\tensorflow-1.12.0-py3-none-any.whl ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\Users\Ultra Tech\path\to\your\downloaded\tensorflow-1.12.0-py3-none-any.whl'
C:\Users\Ultra Tech>python -m pip install --upgrade .12.10-py3-none-any.whl Collecting tensorflow==2.12.10 ERROR: HTTP error 404 while getting .12.10-py3-none-any.whl ERROR: Could not install requirement tensorflow==2.12.10 from .12.10-py3-none-any.whl because of HTTP error 404 Client Error: Not Found for url: .12.10-py3-none-any.whl for URL .12.10-py3-none-any.whl
C:\Users\Ultra Tech>python -m pip install --upgrade .12.1-py3-none-any.whl Collecting tensorflow==2.12.1 ERROR: HTTP error 404 while getting .12.1-py3-none-any.whl ERROR: Could not install requirement tensorflow==2.12.1 from .12.1-py3-none-any.whl because of HTTP error 404 Client Error: Not Found for url: .12.1-py3-none-any.whl for URL .12.1-py3-none-any.whl
C:\Users\Ultra Tech>python -m pip install --upgrade .11.0-py3-none-any.whl Collecting tensorflow==2.11.0 ERROR: HTTP error 404 while getting .11.0-py3-none-any.whl ERROR: Could not install requirement tensorflow==2.11.0 from .11.0-py3-none-any.whl because of HTTP error 404 Client Error: Not Found for url: .11.0-py3-none-any.whl for URL .11.0-py3-none-any.whl
You have the capacity of my machine here:
I want to install tensorflow in my machine but I have a problem during the installation. I tried all method but no result
C:\Users\Ultra Tech>pip --default-timeout=1000 install tensorflow==2.5.0 ERROR: Could not find a version that satisfies the requirement tensorflow==2.5.0 (from versions: none) ERROR: No matching distribution found for tensorflow==2.5.0
C:\Users\Ultra Tech>pip --default-timeout=1000 install tensorflow==2.2.0 ERROR: Could not find a version that satisfies the requirement tensorflow==2.2.0 (from versions: none) ERROR: No matching distribution found for tensorflow==2.2.0
C:\Users\Ultra Tech>pip --default-timeout=1000 install tensorflow==2.x ERROR: Invalid requirement: 'tensorflow==2.x': Expected end or semicolon (after version specifier) tensorflow==2.x ~~~^
C:\Users\Ultra Tech>pip --default-timeout=1000 install tensorflow==2.3 ERROR: Could not find a version that satisfies the requirement tensorflow==2.3 (from versions: none) ERROR: No matching distribution found for tensorflow==2.3
C:\Users\Ultra Tech>pip --default-timeout=1000 install tensorflow==2 ERROR: Could not find a version that satisfies the requirement tensorflow==2 (from versions: none) ERROR: No matching distribution found for tensorflow==2
C:\Users\Ultra Tech>pip install path/to/your/downloaded/tensorflow-1.12.0-py3-none-any.whl WARNING: Requirement 'path/to/your/downloaded/tensorflow-1.12.0-py3-none-any.whl' looks like a filename, but the file does not exist Processing c:\users\ultra tech\path\to\your\downloaded\tensorflow-1.12.0-py3-none-any.whl ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\Users\Ultra Tech\path\to\your\downloaded\tensorflow-1.12.0-py3-none-any.whl'
C:\Users\Ultra Tech>python -m pip install --upgrade https://storage.googleapis/tensorflow/mac/cpu/tensorflow-2.12.10-py3-none-any.whl Collecting tensorflow==2.12.10 ERROR: HTTP error 404 while getting https://storage.googleapis/tensorflow/mac/cpu/tensorflow-2.12.10-py3-none-any.whl ERROR: Could not install requirement tensorflow==2.12.10 from https://storage.googleapis/tensorflow/mac/cpu/tensorflow-2.12.10-py3-none-any.whl because of HTTP error 404 Client Error: Not Found for url: https://storage.googleapis/tensorflow/mac/cpu/tensorflow-2.12.10-py3-none-any.whl for URL https://storage.googleapis/tensorflow/mac/cpu/tensorflow-2.12.10-py3-none-any.whl
C:\Users\Ultra Tech>python -m pip install --upgrade https://storage.googleapis/tensorflow/mac/cpu/tensorflow-2.12.1-py3-none-any.whl Collecting tensorflow==2.12.1 ERROR: HTTP error 404 while getting https://storage.googleapis/tensorflow/mac/cpu/tensorflow-2.12.1-py3-none-any.whl ERROR: Could not install requirement tensorflow==2.12.1 from https://storage.googleapis/tensorflow/mac/cpu/tensorflow-2.12.1-py3-none-any.whl because of HTTP error 404 Client Error: Not Found for url: https://storage.googleapis/tensorflow/mac/cpu/tensorflow-2.12.1-py3-none-any.whl for URL https://storage.googleapis/tensorflow/mac/cpu/tensorflow-2.12.1-py3-none-any.whl
C:\Users\Ultra Tech>python -m pip install --upgrade https://storage.googleapis/tensorflow/mac/cpu/tensorflow-2.11.0-py3-none-any.whl Collecting tensorflow==2.11.0 ERROR: HTTP error 404 while getting https://storage.googleapis/tensorflow/mac/cpu/tensorflow-2.11.0-py3-none-any.whl ERROR: Could not install requirement tensorflow==2.11.0 from https://storage.googleapis/tensorflow/mac/cpu/tensorflow-2.11.0-py3-none-any.whl because of HTTP error 404 Client Error: Not Found for url: https://storage.googleapis/tensorflow/mac/cpu/tensorflow-2.11.0-py3-none-any.whl for URL https://storage.googleapis/tensorflow/mac/cpu/tensorflow-2.11.0-py3-none-any.whl
You have the capacity of my machine here:
Share Improve this question asked Jan 29 at 22:10 kaito shikaito shi 346 bronze badges 2- Please trim your code to make it easier to find your problem. Follow these guidelines to create a minimal reproducible example. – Community Bot Commented Jan 30 at 5:34
- 1 BTW it should be noted that trying random things will not work, at some point you were trying to install tensorflow for mac... – Dr. Snoopy Commented Jan 30 at 22:10
1 Answer
Reset to default 2Your question title shows you're interested in the stable release of tensorflow but your attempts shows you are trying to install older releases of tensorflow that does not support Python 3.13.1.
In fact, the stable release of tensorflow i.e. 2.18.0 does not have Python 3.13 wheels as at now.
If you want to get the latest version, downgrade to Python 3.12 and run python -m pip install -U tensorflow
in an environment, preferably a virtual environment as it helps you manage project specifics in an isolated environment.
本文标签: Is there another method to install tensorflow 2180 with python 3131Stack Overflow
版权声明:本文标题:Is there another method to install tensorflow 2.18.0 with python 3.13.1? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741994903a2409845.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论