79310373

Date: 2024-12-26 20:20:38
Score: 0.5
Natty:
Report link

The solutions above didn't work for me. But if you try with a virtual env it should go away.

python3 -m venv venv
source venv/bin/activate
pip install numpy matplotlib

then run the script from within the venv.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: TheEngineer