qmasingarbe / pymiere

Python for Premiere pro
GNU General Public License v3.0
367 stars 48 forks source link

pymiere requires distutils which is deprecated as of python 3.12 #79

Open dvorhes opened 7 months ago

dvorhes commented 7 months ago

Are there any plans to update pymiere to accommodate the most recent version of python?

ERROR: File "~/.virtualenvs/igor/lib/python3.12/site-packages/pymiere/core.py", line 7, in from distutils.version import StrictVersion ModuleNotFoundError: No module named 'distutils'

vahid67 commented 3 weeks ago

I could manage to fix the error by installing this:

pip install setuptools