-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
I tried running V3 several times received the same errors others were getting 'RE: NumPy not available'
Quick google search on similar issues found that NumPy 'upgraded' without without retrograde compatability.
Solution that worked for me was to add the following line in the dependencies...
'!pip install numpy==1.24.1'
after the comment...
!python sanity.py ...(reference for where I added it)
!pip install numpy==1.24.1 ...(What I added)
I needed to restart the code & ran perfectly!
This is excellend work.
Thank you very much!
John
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels