Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install tensorflow #238240

Open
Ukpro-code opened this issue Jan 19, 2025 · 3 comments
Open

Unable to install tensorflow #238240

Ukpro-code opened this issue Jan 19, 2025 · 3 comments
Assignees
Labels
new release Issues found in a recent release of VS Code triage-needed

Comments

@Ukpro-code
Copy link

Type: Bug

Even though my python version and windows version is compatible for tensorflow. i am facing with this following error while installing tensorflow using "pip install tensorflow" command.

VS Code version: Code 1.96.4 (cd4ee3b, 2025-01-16T00:16:19.038Z)
OS version: Windows_NT x64 10.0.19045
Modes:

System Info
Item Value
CPUs AMD Ryzen 5 3500 6-Core Processor (6 x 3600)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 15.95GB (7.24GB free)
Process Argv --crash-reporter-id e0172018-d5db-4baf-823b-b5a4877ceb06
Screen Reader no
VM 0%
Extensions (16)
Extension Author (truncated) Version
ruff cha 2025.2.0
copilot Git 1.257.0
copilot-chat Git 0.23.2
debugpy ms- 2024.14.0
python ms- 2024.23.2025011501
vscode-pylance ms- 2025.1.100
datawrangler ms- 1.16.0
jupyter ms- 2024.11.0
jupyter-keymap ms- 1.1.2
jupyter-renderers ms- 1.0.2025011401
vscode-jupyter-cell-tags ms- 0.1.9
vscode-jupyter-slideshow ms- 0.1.6
vscode-remote-extensionpack ms- 0.26.0
remote-server ms- 1.5.2
sqltools mtx 0.28.3
sqltools-driver-mysql mtx 0.6.3
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492cf:30256860
vscod805:30301674
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
c4g48928:30535728
azure-dev_surveyone:30548225
962ge761:30959799
pythonnoceb:30805159
pythonmypyd1:30879173
h48ei257:31000450
pythontbext0:30879054
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
dvdeprecation:31068756
dwnewjupytercf:31046870
2f103344:31071589
nativerepl1:31139838
pythonrstrctxt:31112756
nativeloc1:31192215
cf971741:31144450
iacca1:31171482
notype1:31157159
5fd0e150:31155592
dwcopilot:31170013
stablechunks:31184530
6074i472:31201624
dwoutputs:31217127

@vs-code-engineering vs-code-engineering bot added the new release Issues found in a recent release of VS Code label Jan 19, 2025
@gjsjohnmurray
Copy link
Contributor

this following error

What is the error?

@Ukpro-code
Copy link
Author

Ukpro-code commented Jan 19, 2025

ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow

this is the error message.
Checked and updated pip to latest version,
my os is windows 10 pro.
python version 3.13.1
pip version 24.3.1

I have installed all the other necessary package for data science but facing error only while installing tensorflow.

@albertosantini
Copy link

I supoose you have the same error from the Terminal.
So here VSCode wold be out of the equation.

Please, read the official docs of Tensorflow:
https://www.tensorflow.org/install/pip#windows-native

I don't see python 3.13.x in https://www.tensorflow.org/install/pip#package_location

Dowgrade python, update pip and install accordingly the Tensorflow version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new release Issues found in a recent release of VS Code triage-needed
Projects
None yet
Development

No branches or pull requests

4 participants