You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently downloaded meep-1.4.1. While calling make I encounter the error
make[2]: *** No rule to make target `meep.py', needed by `all'. Stop.
when I ./configure --without-python && make I am able to successfully install, but I was hoping to check out the new Python interface. Any thoughts about what might cause this?
The text was updated successfully, but these errors were encountered:
This is being addressed by #183. In the meantime, you can install PyMeep using the installation instructions provided in the documentation (which builds using the GitHub source, not the tarball).
I recently downloaded meep-1.4.1. While calling
make
I encounter the errormake[2]: *** No rule to make target `meep.py', needed by `all'. Stop.
when I
./configure --without-python && make
I am able to successfully install, but I was hoping to check out the new Python interface. Any thoughts about what might cause this?The text was updated successfully, but these errors were encountered: