I tried python3 -m pip install tensorflow, but got
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
so I tried python3 --version, and lo and behold, Python 3.11.0, which afaik is incompatible with TensorFlow atm. No idea where it came from, and when I go to the installation folder, it says 3.10.8.
Ah, I didn’t know you were on Windows b/c it wasn’t specified what OS you were using. Windows 10?
Try Colab. It’s the same as Jupyter (built just like it). You can write and execute Python code in it. It’s an app you add to your Google Drive. Perhaps it will be less hassle…
This NVIDIA TensorRT 8.5.1 Installation Guide provides the installation requirements, a list of what is included in the TensorRT package, and step-by-step instructions for installing TensorRT.
That’s what told me I need nvcc, then dead end. I just really need to get it to run in VS Code or PyCharm so I can use Copilot. I gave up on TensorRT for now.
Now my issue is storage space. I need to figure out how to delete the duplicate installs bc I’m seriously considering deleting the whole drive.
Does Colab not need me to install TensorFlow/Keras? I’m still not sure how notebooks work