-
Notifications
You must be signed in to change notification settings - Fork 6
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
Python 3 version ? #14
Comments
There is a py3 branch which has the changes I made to successfully build on Linux. I will push a couple additional changes I made for Mac and comment with the error I encountered once I get home. |
I am very confused right now. I tried building the Conda package again, and it failed the first time because the UCSB website for downloading DASPK is down. Then I changed it to get it from a local copy I had from before and the package compiled successfully and passed all of the tests. The last time I tried, it definitely failed on the testing stage. I don't think I've changed anything in my environment, but maybe some dependency changed in the meantime? I pushed the changes I had to the py3 branch. The main one is having Conda handle the fortran compilers automatically. It is a bit messy though since I just commented stuff out. I would like to test the changes to the fortran compiler setup on linux again, and the clean up the changes and push to master. The UCSB website being down is problematic though. I'm not too familiar with the licensing, but I assume we can't include the source code with PyDAS? Perhaps we can just adjust the conda build to use a local copy but not include it in the final package. |
Python 3.9-3.12 and all support versions of numpy for each is done in #15. The link to the source code has since been fixed. The license is still restrictive, but we include warnings about it in the docs. |
See also #12
@mliu49 could you share what you've done successfully and where the problem is on Mac?
The text was updated successfully, but these errors were encountered: