IntelligenceX / SDK

Public SDK for Intelligence X
https://intelx.io
413 stars 98 forks source link

distutils is deprecated with removal planned for Python 3.12 #23

Closed cmlh closed 1 year ago

cmlh commented 2 years ago

distutils will be removed in Python 3.12 that is planned for final release on Monday 2 October 2023 so distutils will need to be replaced with setuptools et al.

The specific line of setup.py is below:

https://github.com/IntelligenceX/SDK/blob/78e5079e473eb3456cd4642f58f4a2adb1c1c83d/Python/setup.py#L3

REFERENCES

cmlh commented 2 years ago

Close with Git Commit https://github.com/IntelligenceX/SDK/pull/25/commits/483ca8550f0b0e383d275acfe2df6304bd0bf11f

Kleissner commented 2 years ago

Can you please make a separate PR just for this issue? (just one to change the import library) Thank you!

cmlh commented 1 year ago

Please reopen if I need to cherry-pick commit https://github.com/IntelligenceX/SDK/commit/483ca8550f0b0e383d275acfe2df6304bd0bf11f @Kleissner.