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

ImportError: No module named weave #13

Open
FilipDominec opened this issue Aug 1, 2018 · 1 comment
Open

ImportError: No module named weave #13

FilipDominec opened this issue Aug 1, 2018 · 1 comment

Comments

@FilipDominec
Copy link
Owner

On Ubuntu 18.04 and Fedora 28, I observed that the installation finishes correctly, but I cannot use meep. This seems independent of multiprocessing options.

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.7/dist-packages/meep_mpi.py", line 5988, in <module>
    import scipy.weave
ImportError: No module named weave
@mfaulhab
Copy link

mfaulhab commented Apr 6, 2019

worked for me: forcing a scipy version before 0.19
(pip install scipy==0.18.1)

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

2 participants