unable to install SMioplus

alexburcea

Moderator
Staff member
The new OS is not accepting python packages from pypi, you need to use a virtual environment for that but is a complicated solution.
The simplest solution is to go to the python folder "cd multiio-rpi/python" and run a manual install "sudo python3 setup.py install" .
We did not update the documentation with this hack because we still searching for a solution.
 
Top