Python Forum

Full Version: Help with Python Installation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have recently tried to install Python Version 3.12 on my laptop. I could see through command prompt that it was installed successfully.
However, I was not able to run any code using Python. Nonetheless, wasn't able to install any other libraries through Python.
PSA screenshot.

Please can someone help me to fix the issue.

Thank you
Packages like tensorflow are not part of the installation and must be installed separately. Instructions for installing tensorflow can be found here:

https://www.tensorflow.org/hub/installation

Normally I install packages from pypi. Here's tensorflow 2 on pypi.

https://pypi.org/project/tensorflow/