Open Spiritdude opened 2 years ago
Can you report which version of Ubuntu you run (20.04 or 22.04)?
The relevant part is likely ModuleNotFoundError: No module named 'Cython'
, so I'm not sure what's better to install Cython via pip3
or apt
- but as pip installs fails for you, the apt is prefered:
sudo apt install cython3
and try again for make requirements
, let me know.
siamak reported (by email) following: