-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: module 'numpy' has no attribute 'asscalar' #63
Comments
Thanks. I had the same problem. This fixed it! |
Hi The above trick didn't help. I still get the error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
qc3C exits with the error
Error: module 'numpy' has no attribute 'asscalar'
.The reason is that numpy.asscalar() is absent in NumPy 1.23 and newer.
Fixed this by running
conda install -n qc3c numpy=1.22
The text was updated successfully, but these errors were encountered: