Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MicroPython REPL not working! #274

Open
zerovijay opened this issue Dec 21, 2023 · 5 comments
Open

MicroPython REPL not working! #274

zerovijay opened this issue Dec 21, 2023 · 5 comments

Comments

@zerovijay
Copy link

Old issue: The REPL not fixed this is 3rd update still not fixed

Screenshot from 2023-12-21 21-55-50

New issue: Black format failed to install

Screenshot from 2023-12-21 22-03-43

PyCharm 2023.3.2 (Community Edition)
Build #PC-233.13135.95, built on December 19, 2023
Runtime version: 17.0.9+7-b1087.9 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 6.6.7-200.fc39.x86_64
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 2
Registry:
ide.experimental.ui=true
Non-Bundled Plugins:
intellij-micropython (1.4.0)
Current Desktop: GNOME

@palko444
Copy link

Hello,
I have same issue with REPL with PyCharm professional

Build #PY-233.13135.95, built on December 19, 2023
Runtime version: 17.0.9+7-b1087.9 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.

OS: Fedora 39, KDE,
kernel: 6.6.6-200.fc39.x86_64
MEM; 64GB
CPU: AMD Ryzen 7 5800X 8-Core Processor
Non-Bundled Plugins:
intellij-micropython (1.4.0)

Thank you

@MATTYGILO
Copy link

Same

@sato96
Copy link

sato96 commented Dec 25, 2023

Same here

@zerovijay
Copy link
Author

Same

@asdaraujo
Copy link

asdaraujo commented Jan 5, 2024

Same here, but I found a workaround for the time being.

  1. I created a folder in my project (called it ".repl") and copied the microrepl.py into it.
  2. I marked the folder that I created as Excluded, so it doesn't get flashed to the Pico.
  3. When I need to use the REPL, I open a Terminal in PyCharm and execute the following command:
python .repl/microrepl.py /dev/tty.usbmodem142201

Where /dev/tty.usbmodem142201 is the Raspberry Pico device on my computer.

And voilá!
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants