Closed Ensase closed 1 year ago
Hi @Ensase, thanks for coming here with your issue. This is strange as it seems this would only happen with a very old version of apexpy. Can you provide:
print(apexpy.__version__)
)I am on holiday, so won't be able to answer your question until next year, but with the info I can get to it more quickly.
PS - I edited your comment above to use a code block (three accents in a row), so that the page breaks would show up.
@aburrell, thank you for prompt reply!
>>> print(apexpy.__version__)
2.0.0>>> print(numpy.__version__)
1.23.5
I'm using macOS Ventura 13.0 with gfortran 12.2.I've replaced /opt/anaconda3/lib/python3.8/site-packages/apexpy/apexsh.dat
with my fresh apexsh.dat and now everything works!
Thanks and have a good holiday!
Thanks for letting us know about this issue, glad your problem was resolved!
Hi everyone! Firstly, after the installing apexpy on python 3.8 I found that it is impossible to use dates after 2020. It seems like apexpy.dat didn't cover 2025 epoch. I have successfully re-installed apexpy from source by
pip install git+https://github.com/aburrell/apexpy.git
But again, it can't process dates after 2020:Finally I've rebuilt and replaced apexsh.dat, but all the same. Could you help me with it, please?