FilipDominec / python-meep-install

Robust compilation procedure of latest MEEP and python-meep on Linux
GNU General Public License v2.0
16 stars 19 forks source link

ImportError: No module named weave #13

Open FilipDominec opened 6 years ago

FilipDominec commented 6 years ago

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 commented 5 years ago

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