Fixed Scipy.libs FileNotFoundError Issue #379
EuphoricPenguin
started this conversation in
General
Replies: 1 comment
-
I also had this problem, I created my virtual environment via python venv with an older version of python |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I thought I would post stating that using Python 3.8 within Anaconda resolved the issue I had initially tried to get help with in #180. Issues with LLM self-botting aside, which I still strongly recommend against, this is precisely what solved my issue. I noticed that the error printout noted something was deprecated in the more recent version of Scipy, so I thought to try an older version of Python. I'm not sure if this is exactly what was fixed by using an older version, but I have the training up and running now as a result. I thought I would share, just in case anyone else runs into this issue.
Beta Was this translation helpful? Give feedback.
All reactions