-
Notifications
You must be signed in to change notification settings - Fork 19
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
Does it work with python 3? #12
Comments
I guess it should! But so far I did not check the compilation procedure. |
I was curious, so I tried these trivial changes:
Then I ran the standard compilation command (see README.md). Actually it ran well and failed on the very last command (i.e. building a python wrapper using SWIG) with the error message
I guess this is due to some incompatibility with Numpy. Maybe it is trivial to fix, maybe it would involve some hacking; now I have to focus on my work. If you proceed any further, keep me posted, please. \ Here is the log file: https://github.com/FilipDominec/python-meep-install/blob/master/logs/180525-Ubuntu_Artful_Aardvark-x86_64-firstPython3.log |
Confirmed the same behaviour on Fedora 28 (64-bit) |
Hi, I am wondering that whether this meep will work with python 3 script?
Thanks a lot!
The text was updated successfully, but these errors were encountered: