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
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
0
thanks! that's help a lot