-
Notifications
You must be signed in to change notification settings - Fork 644
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
Version compatibility between Mac and Linux #1356
Comments
Work on updating and fixing the conda recipes is in progress right now. Just for curiosity's sake, which Python version are you trying to install |
According to here, v1.15 is now available for MacOS? |
I'm running python 3.7.9 and Mac OS 10.14.6 (haven't updated to Catalina). Just tried updating pymeep but it still stayed at 1.12.0. Seems like it might be because of my older Mac OS. |
Recipes have been updated and new builds of pymeep-1.15.0 are now available on conda-forge for Linux and OSX, Python 3.6, 3.7 and 3.8. |
I am using MEEP on both Mac and Linux machines. On linux, conda installs the latest version (1.15), but for some reason on Mac I can only get version 1.12. One consequence that took me some time to figure out is that DFT monitors work differently (specifying fmin and fmax vs f0 and fwidth), and the same script ran on Mac and Linux produces different results.
There may be a good reason why the current version is not supported on Mac, but it would be great if there's some way to at least show a warning about things like that, when the user is running an older version and calling something that has changed since.
The text was updated successfully, but these errors were encountered: