Skip to content

upip does not exist when importing from Micropython in ESP32 #11424

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

Closed
xITmasterx opened this issue May 5, 2023 · 3 comments
Closed

upip does not exist when importing from Micropython in ESP32 #11424

xITmasterx opened this issue May 5, 2023 · 3 comments
Labels

Comments

@xITmasterx
Copy link

I am using the latest build of Micropython for ESP32, and I ran into this problem wherein I can't import upip at all. I have unflashed and reinstalled Micropython into ESP32, and I have reset it, but upip still does no exist when I tried to import it. Was there a problem in the latest build regarding this?

@xITmasterx xITmasterx added the bug label May 5, 2023
@brianredbeard
Copy link
Contributor

upip was deprecated a while ago - 924a3e0

@brainelectronics
Copy link
Contributor

I have currently a PR open to introduce upip again as installable package, micropython/micropython-lib#632

@jimmo
Copy link
Member

jimmo commented May 10, 2023

upip has been unsupported for a long time. In v1.20 it was replaced by mip. See release notes https://github.com/micropython/micropython/releases/tag/v1.20.0 and documentation https://docs.micropython.org/en/latest/reference/packages.html#installing-packages-with-mip

@jimmo jimmo closed this as completed May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants