Installing to: .frozen/ #10917
Unanswered
Johnl52
asked this question in
RP2040 / Pico
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to set my pico W as a mqtt client. I installed upip, then I entered the following
upip.install("micropython-umqtt.robust")
It says it is "Installing to: .frozen/" per the couple of videos I watched it should be installing to my lib folder and I get this message
The file robust.py is not in the lib folder, I wouldn't think it is but that's what I should get.
Why does it install in the frozen folder, where ever that is, and not the lib folder?
Thanks
John
Beta Was this translation helpful? Give feedback.
All reactions