79463569

Date: 2025-02-24 12:52:30
Score: 2.5
Natty:
Report link

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

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Carlos Chacon