Skip to content
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

Python 3.7.3 running issue #1

Closed
basharatoum opened this issue Jul 31, 2019 · 2 comments
Closed

Python 3.7.3 running issue #1

basharatoum opened this issue Jul 31, 2019 · 2 comments

Comments

@basharatoum
Copy link
Collaborator

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'
.
.
.
@basharatoum
Copy link
Collaborator Author

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

@basharatoum
Copy link
Collaborator Author

This issue shouldn't occur anymore...

benjpjones pushed a commit that referenced this issue Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant