We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After trying to run Magboltz with python 3.7.3, I get the following error:
. . . Original exception was: Traceback (most recent call last): File "/home/bashar/.local/lib/python3.7/site-packages/numpy/lib/npyio.py", line 453, in load pickle_kwargs=pickle_kwargs) File "/home/bashar/.local/lib/python3.7/site-packages/numpy/lib/format.py", line 722, in read_array raise ValueError("Object arrays cannot be loaded when " ValueError: Object arrays cannot be loaded when allow_pickle=False Exception ignored in: 'CF4.Gas1' . . .
The text was updated successfully, but these errors were encountered:
This error occurs because python 3.7.3 uses numpy 1.17.0. Downgrade to numpy 1.16.1.
pip install numpy==1.16.1 --user
Sorry, something went wrong.
This issue shouldn't occur anymore...
Merge pull request #1 from ilkerparmaksiz/develop
6f6cafd
Develop
No branches or pull requests
After trying to run Magboltz with python 3.7.3, I get the following error:
The text was updated successfully, but these errors were encountered: