We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I could not install the package because the module ensurepip is not found.
/usr/bin/python3: No module named ensurepip
Python 3.8.13 (default, Sep 25 2022, 22:43:04)
What can I do do get it run?
The text was updated successfully, but these errors were encountered:
I hat a similar problem. Try installing pip3 like this: opkg install python3-pip Then try installing the MQTT client like this: pip3 install paho-mqtt
opkg install python3-pip
pip3 install paho-mqtt
Sorry, something went wrong.
No branches or pull requests
I could not install the package because the module ensurepip is not found.
/usr/bin/python3: No module named ensurepip
Python 3.8.13 (default, Sep 25 2022, 22:43:04)
What can I do do get it run?
The text was updated successfully, but these errors were encountered: