Runtime Error: Numpy no available #988
|
Hi, when documents for AI in 3.6 load, I get the following: "Runtime Error: Numpy not availble". But I do have numpy loaded. Any suggestions? I am using Sequoia as OSX and python 3.12. Thanks. |
Replies: 4 comments 7 replies
|
Hmm, I have QualCoder running on a Mac Mini M1 with Sequoia and Python 3.12. It works fine. |
|
Attached are the items that do not correspond between your pip freeze and mine. |
|
Ok, I found the issue:
I will try to include this into requirements.txt somehow. Thanks for bringing this up! Feel free to ask if you have further issues. |
|
I have updated readme and wiki |
Ok, I found the issue:
pip install "numpy<2"(make sure to include the quotation marks) to install an older version of numpy. This should work fine with QualCoder.I will try to include this into requirements.txt somehow. Thanks for bringing this up! Feel free to ask if you have further issues.
If you allow, I may ask you in the future to test a compiled version for Intel Mac, since I only have an Apple Silicon ba…