k8thekat / GatekeeperV2

Update to Gatekeeper
GNU General Public License v3.0
27 stars 11 forks source link

Deprecate distutils module #95

Closed ssfdre38 closed 9 months ago

ssfdre38 commented 9 months ago

Running test on Python 3.12.1 with gatekeeper on my dev branch. distuils module was deprecated on 3.12 and is now recommended to use to migrate to setuptools https://peps.python.org/pep-0632/#migration-advice tried to find where its setup to change it to test it on my end to see if it will work. AMP - Application Management Panel - Google Chrome 12_17_2023 11_13_57 PM

k8thekat commented 9 months ago

This is fixed when changing numpy and yarl to not have version restrictions in requirements.txt

Thanks.