aburrell / apexpy

A Python wrapper for Apex coordinates
MIT License
34 stars 25 forks source link

Future Warning: distutils deprecation #83

Closed jklenzing closed 1 year ago

jklenzing commented 2 years ago

Is your feature request related to a problem? Please describe. This message popped up when testing pysatMissions against python 3.10 (apexpy is a dependency):

  /opt/hostedtoolcache/Python/3.10.1/x64/lib/python3.10/site-packages/numpy/distutils/ccompiler.py:8: 
DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use 
setuptools or check PEP 632 for potential alternatives

Additional context No release schedule yet for python 3.12. Python 3.11 is scheduled for 2022-10-03, so there is time to investigate potential solutions.

PEP 632: https://www.python.org/dev/peps/pep-0632/

Reminders This is a volunteer-driven project. Code contributions are welcome, as is help testing new code.