OpenPype
OpenPype copied to clipboard
Update to Python 3.9
first incompatibility:
Traceback (most recent call last):
File "C:\Users\annat\.pyenv\pyenv-win\versions\3.9.6\lib\threading.py", line 973, in _bootstrap_inner
self.run()
File "C:\Users\annat\.pyenv\pyenv-win\versions\3.9.6\lib\threading.py", line 910, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\annat\Documents\pype\op-p3.9\openpype\modules\ftrack\tray\ftrack_tray.py", line 207, in set_action_server
elif not self.thread_socket_server.isAlive():
AttributeError: 'SocketThread' object has no attribute 'isAlive'
as isAlive() was removed in favour of is_alive()
I believe this is actually testable. Tested in Maya 2020 so far without trouble....
README.md in root needs to be updated too.
Tested on Centos 7, need tests on Macs
Should work on macs, tested on virtual Catalina
LGTM