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.
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.