Closed JPGlaser closed 1 year ago
This warning comes from code inside PINT... looking there, astropy._erfa is imported as a fallback if pyerfa is not available.
Now, I see that pyerfa is included in requirements.txt, but not in setup.py/setup.cfg. That means that it is only installed with "pip install -r", but not, e.g., when PINT is installed in the course of the enterprise install.
I think the solution here is to include pyerfa in PINT's setup.cfg.
This is fixed now: https://github.com/nanograv/PINT/pull/1508
Closed as completed
As it says on the tin. See the below import error that always appears.
~ Joe G.