Skip to content

NumPy error persists... #22

@KA1NKE

Description

@KA1NKE

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions