0% found this document useful (0 votes)
11 views3 pages

FAQs Python Intellij

This document provides installation and troubleshooting instructions for running Python scripts in IntelliJ IDEA. It emphasizes the importance of entering the correct expiry date and using Python version 3.10.9. Additionally, it advises using Windows 10 or later and ensuring the proper setup of the SDK in IntelliJ IDEA.

Uploaded by

ypravi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views3 pages

FAQs Python Intellij

This document provides installation and troubleshooting instructions for running Python scripts in IntelliJ IDEA. It emphasizes the importance of entering the correct expiry date and using Python version 3.10.9. Additionally, it advises using Windows 10 or later and ensuring the proper setup of the SDK in IntelliJ IDEA.

Uploaded by

ypravi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

FAQs

• You are supposed to enter the correct EXPIRY. Incorrect expiry may cause errors.
• Please install python version 3.10.9:
https://www.python.org/downloads/

• If you’re using IntelliJ IDEA, make sure you install additional libraries in IntelliJ IDEA’s
inbuilt terminal. You can open the terminal from here, there will be icons at the bottom of
the screen like this:

• Try clearing the cache in Intellij/restarting if certain scripts don’t run.


• If you can’t install Intellij, you can run the python scripts using command prompt (terminal).
Just open the terminal from the folder where you’ve stored your python scripts. And run
using:
python filename.py

If you’re on Ubuntu:
python3 filename.py

• Make sure you install the Intellij IDEA Community Edition, NOT the Ultimate version.
https://www.jetbrains.com/idea/download/?section=windows
• You’ll not be able to install certain stuff on Windows 7, so it’s recommended that you use
Windows 10 or later versions.
• If you’re unable to run scripts in Intellij, make sure you’ve set the SDK up properly.

Click on the settings wheel on the top left, go to “Project Structure”.

Select SDK from the SDK dropdown.


If you don’t see your python SDK, then you can install SDK from the dropdown itself:

You might also like