Okey, problem solved! Python was looking at the local installation of Scipy before looking to the environment installation, raising a dependencies problems. To solve it, you can uninstall Scipy from the local machine (pip uninstall didn't work for me, so I manually remove it from ~/.local/lib/python3.9/site-packages/) or avoid python looking at the local installation with bash export PYTHONNOUSERSITE=1