doorstop icon indicating copy to clipboard operation
doorstop copied to clipboard

Distutils Deprecated and Removed- Python 3.10+

Open sfrinaldi opened this issue 1 year ago • 0 comments

Noticed this issue when I happened to not already have setuptools installed and updated to Python 3.12. I believe either the following could be done (feel free to add to it if there is another option):

  1. Update requirements.txt (or equivalent) if distutils is desired to remain.
    • Python Version Supported change OR
    • Add setuptools?
  2. Update import distutils references to equivalent setuptools alternative (or something else).

sfrinaldi avatar Jul 10 '24 20:07 sfrinaldi