Can't install Tensorflow in Ubuntu VM

capelo

Member
Dec 12, 2021
5
0
6
37
Hi all,

I've an Ubuntu VM in Proxmox as a my development machine. Tried today to install Tensorflow, but I always get the following:
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow

This is the configuration:

Screenshot 2023-11-06 at 02.21.15.png

The Proxmox machine has a 5900HX + 64GB RAM running VE 8.0.4.
Anyone know why this is happening and how could I solve it?

I really appreciate your help.
Cheers.
 
Have you studied information available on the net? Here, for example: https://stackoverflow.com/questions...ion-that-satisfies-the-requirement-tensorflow ?
It doesn't sound like this is a hypervisor problem.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Yes, and I've been in that same group when searching.
I've Python 3.10 and 3.12 installed (64 bit), that should be fully compatible with Tensorflow.

I cannot install it through the IDE or through the Terminal, that's why I was thinking it could be due to Proxmox/Processor/no Cuda...
I've not installed Cuda because I'm using a minipc without nvidia card. Should I install it? I'm quite lost with this.