You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to install the library into thonny 4.1.4,
Windows 10
Python 3.10.11
Tk 8.6.13
And is not possible, I think because that version is not supporting MIP but Pipy, how can I install it?
Even If I put the libraries in the same folder or opening simultaneusly just return me:
ImportError: no module named 'rotary_irq_rp2'
Thank you,
Kind Regards
The text was updated successfully, but these errors were encountered:
Copy the files rotary.py and one of rotary_irq_rp2.py, rotary_irq_pyb.py, rotary_irq_esp.py that suits you for your board.
Then load these files into the memory of your board and run the main file where you use this library.
Good morning,
Im trying to install the library into thonny 4.1.4,
Windows 10
Python 3.10.11
Tk 8.6.13
And is not possible, I think because that version is not supporting MIP but Pipy, how can I install it?
Even If I put the libraries in the same folder or opening simultaneusly just return me:
ImportError: no module named 'rotary_irq_rp2'
Thank you,
Kind Regards
The text was updated successfully, but these errors were encountered: