Is it possible to install Python3 modules requests and cryptography in RUTX50?
Hello,
You can install python3 and python3-pip from the opkg package manager. With pip, you should be able to install the required modules, but I am not sure about cryptography. Maybe you will need to install some dependencies or use SDK to compile your own firmware (here) to make cryptography work. However, in this case, you would have to approach this on your own, as we do not have any instructions on how to do that.
opkg update
opkg install python3-light
opkg install python3-pip
pip3 install requests
pip3 install cryptography
Keep in mind that while RUTX devices have more RAM and Flash than some of the other RUT devices, it’s still not much. You may want to expand the storage memory via USB drive (here).
Kind Regards,
This topic was automatically closed after 15 days. New replies are no longer allowed.