How to install modules with PyCharm?

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
noises
Posts: 2
Joined: Sat Jul 09, 2022 5:43 am

How to install modules with PyCharm?

Post by noises » Sat Jul 09, 2022 5:52 am

What is the method for installing modules in PyChar? For example, if I want to import the micropython-ssd1306 module, I am not sure how to do it. In Thonny, it seems to know how to pull MicroPython modules into the project/microcontroller properly, but in Pycharm it seems to be trying to pull in the modules in the standard Python format and throws errors. Thanks for any help or clues to get this going.

tepalia02
Posts: 99
Joined: Mon Mar 21, 2022 5:13 am

Re: How to install modules with PyCharm?

Post by tepalia02 » Sat Jul 09, 2022 7:42 am

There are tutorials on installing micropython in pycharm. But could not find anything on how to install modules. You may raise your issue here too: https://github.com/vlasovskikh/intellij ... hon/issues

noises
Posts: 2
Joined: Sat Jul 09, 2022 5:43 am

Re: How to install modules with PyCharm?

Post by noises » Sat Jul 09, 2022 6:43 pm

Yeah, I haven't seen any tutorials that go past making the LED blink.

Post Reply