ai2cm / pace

Implementation of the FV3GFS / SHiELD atmospheric model in Python
https://ai2cm.github.io/pace/
Apache License 2.0
37 stars 12 forks source link

Pace editable install from requirements_dev.txt is broken #419

Open jdahm opened 1 year ago

jdahm commented 1 year ago

As of updating pace to gt4py v1.0, the Docker image built in examples/ with make build installs all the dependencies for pace, but not pace itself. #418 was created to quickly work around the problem, but it is not a proper fix.

What needs to happen is that someone tracks down why e.g. pip3 install -e ./physics -c constraints.txt && python3 -c "import pace.physics" fails, revert the Dockerfile change in #418, and make a fix.