how can i fix the project interpreter in pycharm? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how can i fix the project interpreter in pycharm?

I selected Python3.8 for project interpreter but pycharm shows (invalid output format). I don't understand

2nd Mar 2020, 5:13 PM
bamboo
bamboo - avatar
2 Answers
+ 2
This is a very common issue, well I should not say it is an issue, it is we are unable to configure the interpretor properly. Mistakes we do: 1. Do not set the interpretor to the system path. 2. Use a system based unmatched interpretor. (Downloading a 64 bit instead of 32 bit) Best solution: If you are a window's user (like me): Go to the Microsoft Store and install Python 3.8, PyCharm will itself detect the interpretor, if it doesn't then reset your PyCharm... It will work... If you are a Mac user, then I don't know, I never used MAC... Hope your problem would resolve and continue your practice... Please let me know if it has been resolved. Thanks, Regards, Arun Bhattacharya
6th Mar 2020, 12:53 PM
Arun Bhattacharya
Arun Bhattacharya - avatar
0
thanks! that's help a lot
7th Mar 2020, 10:02 AM
bamboo
bamboo - avatar