Terminal not loading on raspberry pi OS

When I open pycharm on raspberry pi os it doesn't load the terminal. The window does pop up, but I can't type any commands or such. 

 

 

0
4 comments
Hello, 
Please try checking what shell is set in Preferences | Tools | Terminal | Shell Path and assigning it to bash.
If this doesn't help, please collect PyCharm logs with Help | Collect Logs and Diagnostic Data, upload the archive here: https://uploads.services.jetbrains.com/, and tell us the upload ID.
0

Upload ID: 2024_04_02_25KizT3J1SZ4DeouJAYpMm

I also followed:

git clone https://github.com/JetBrains/pty4j.git
cd pty4j/native
gcc -fPIC -c *.c
gcc -shared -o libpty.so *.o
sudo mkdir /opt/pycharm-community-2020.3.2/lib/pty4j-native/linux/arm/ 

sudo cp libpty.so /opt/pycharm-community-2020.3.2/lib/pty4j-native/linux/arm/

0

Hi Daryl178 , does latest PyCharm 2024.1 version make any difference?

Which shell is set under Preferences | Tools | Terminal | Shell Path?

Would you please also share the output of cat /proc/cpuinfo , uname -a and cat /etc/*release* from the board?

 

0

Hey, I've got this same problem but on intellij. I installed intelliJ and pycharm from https://pi-apps.io/. Pycharm works well, terminal works, but intellij terminal won't load, same as the image shared. I submitted a request here - https://intellij-support.jetbrains.com/hc/en-us/community/posts/18239579794834-Terminal-not-loading-on-raspberry-pi-5-for-IntelliJ-Raspberry-Imager-macOS

0

Please sign in to leave a comment.