Skip to content

Issue building 8.6.1 on Mac - Latest commit builds though #287

Discussion options

You must be logged in to vote

For small esmpy project you can use this Docker image: https://hub.docker.com/repository/docker/esmf/esmf-build-release/general

The pip installation of esmpy is working for me with the latest develop code

cd $ESMF_DIR/src/addon/esmpy
python3 -m pip install .
Successfully built esmpy
Installing collected packages: esmpy
  Attempting uninstall: esmpy
    Found existing installation: esmpy 8.7.0b13
    Uninstalling esmpy-8.7.0b13:
      Successfully uninstalled esmpy-8.7.0b13
Successfully installed esmpy-8.7.0b13

but you will see a warning because this is a beta version
VersionWarning: ESMF installation version 8.7.0 beta snapshot, ESMPy version 8.7.0b13
If there's an error then ESMFMKFILE

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by danrosen25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment