How to Install TensorFlow in PyCharm on Windows 10

Click the above“Mechanical and Electronic Engineering Technology” to follow us

To install TensorFlow in PyCharm on Windows 10 (for Python 3.9 version), you can follow the steps below:

  1. Open PyCharm and create a new Python project or open an existing project.

  2. In the top menu bar of PyCharm, select “File” -> “Settings”.

  3. In the pop-up window, select “Project: Your_Project_Name” -> “Python Interpreter”.

  4. In the list on the right, find and click the “+” button to add a new Python package.

  5. Type “tensorflow” in the search box, and then select the appropriate version from the search results, such as “tensorflow” or “tensorflow-cpu” or “tensorflow-gpu” (if your computer supports GPU acceleration).

  6. Click the “Install Package” button to start installing TensorFlow.

  7. Wait for the installation to complete. Once finished, you will see the installed TensorFlow package in the package list.

You have now successfully installed TensorFlow in PyCharm. You can verify the installation by importing import tensorflow as tf. Please ensure that your computer is correctly configured with Python 3.9 and the corresponding environment settings.

How to Install TensorFlow in PyCharm on Windows 10

Want to learn more

Quickly scan the code to follow

Leave a Comment