File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 535, in _run_script
exec(code, module.__dict__)File "/mount/src/fentanylapp/SOHIGHV3.py", line 1, in <module>
import matplotlib
I installed it in the code space editor on Streamlit but then it continued to give me the same error. I also had it in my requirements file. But nothing kept getting the same issue
This is what I have inside the .py file and then I have a very long requirements_all-1.txt file which has a bunch of libraries-- I sent a screenshot of that.