Open baukater opened 2 years ago
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?
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
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?