Python Forum
Help with Python Installation
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with Python Installation
#1
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

Attached Files

Thumbnail(s)
   
Reply
#2
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/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Photo installation of PythonWin to the Python 3.9 Liki 4 9,668 Nov-14-2020, 01:44 PM
Last Post: Liki

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020