cloudedbats / cloudedbats_wurb_2024

Next major release - work in progress...
Other
0 stars 0 forks source link

Numpy and scipy. #11

Open arnoldandreasson opened 7 months ago

arnoldandreasson commented 7 months ago

Numpy and scipy are two important packages when using Python. But they sometimes generates a lot of problems when installed on the Raspberry Pi. If it is possible to replace them it should probably be an easier installation process. At the moment they are installed with "sudo apt install python3-numpy python3-scipy" instead of using "pip install" due to some compatibility problems.