Mark Panning
Mark Panning
As a minor update, basemap can be installed from the anaconda channel if python is set to 3.10 instead of 3.11. But the pip install of instaseis still failed. I...
Installing via the git repo is also failing due to non-compliant versioning according to PEP 440: /private/var/folders/ks/n_m_h2ls1g143zxmjky425v40000gq/T/pip-build-env-gyi05z4t/overlay/lib/python3.10/site-packages/setuptools/dist.py:315: SetuptoolsDeprecationWarning: Invalid version: '1.4.2-5-gdc9d4'. !! ******************************************************************************** The version specified is not a valid...
Forcing the version number to remove the alphanumeric git version extension works for fixing the above error, but then just leads to the global_parameters.mod error in the non-git install. This...
@sstaehler's fork fixes the version and compile order issues in a python 3.10 environment after a little work for the dependencies (basemap is challenging, and for some reason I had...
Building from @sstaehler fork now works for 3.11 as well with the following modifications: - basemap must be installed from the anaconda channel rather than conda-forge. - Possibly due to...