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
From #965 it seems that the issue is solved, but it is not the case for me. I tried modifying the relevant file (init.py) but it is read-only. I am on Ubuntu 20.04.2 LTS, if that matters.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Rub-Ric
changed the title
Import meep error with
Import meep error with spyder
May 6, 2021
You may be using an older version of Meep which does not support SWIG 4.0 (added in #1159 and version 1.14.0). Assuming you haven't tried to build from source and installed things into your system directory (which could create conflicts with the dependencies when trying to install elsewhere), can you try installing Meep version 1.18 using the Conda package?
I re-installed Meep with Conda (and SWIG as well, just to be sure) and it is now working with Jupyter Notebook, but still not with Spyder. This is fine for me as far as I am concerned, as I don't mind either of them.
Hello,
I am a new user of Meep and I am facing issues when importing meep.
I am using Spyder (with Python 3.8) in meep environment, but when I import the package (
import meep as mp
) the following error occurs:From #965 it seems that the issue is solved, but it is not the case for me. I tried modifying the relevant file (init.py) but it is read-only. I am on Ubuntu 20.04.2 LTS, if that matters.
Thanks in advance!
The text was updated successfully, but these errors were encountered: