cant load pycharm

Answered

i have m1 cheap, i have installed python and everything, but everytime im trying to launch pycharm im getting this bug.

opens hundreads of python launchers and everything is breaking. please help

0
4 comments

Did you configure /usr/local/bin/python3 as your interpreter in PyCharm?

Do you see any errors/exceptions in idea.log? See https://intellij-support.jetbrains.com/hc/en-us/articles/207241085

0
Avatar
Permanently deleted user
0

You configured /Applications/Python 3.9/Python Launcher.app/Contents/MacOS/Python Launcher as your python interpreter which is incorrect. It's not actually python executable. It doesn't start Python REPL, for example.

Remove .idea folder of the project you are opening, then reopen it in PyCharm, and configure valid python interpreter in Preferences | Project | Python Interpreter

Running which python in the terminal should return the location of the correct python executable.

0
Avatar
Permanently deleted user

thank you so much. i switched the interpreter and its now working!

0

Please sign in to leave a comment.