Pymiere API error messages
I'm new to Premier Pro and the Pymiere API, but I have it installed and configured. My first script is running successfully, but I'm getting errror messages from the VScode terminal:
Exception ignored in: <function PymiereBaseObject.__del__ at 0x000002163F4864D0>
Traceback (most recent call last):
File "C:\Python\Python310\lib\site-packages\pymiere\core.py", line 178, in __del__
File "C:\Python\Python310\lib\site-packages\pymiere\core.py", line 97, in eval_script
File "C:\Python\Python310\lib\site-packages\requests\api.py", line 115, in post
File "C:\Python\Python310\lib\site-packages\requests\api.py", line 59, in request
File "C:\Python\Python310\lib\site-packages\requests\sessions.py", line 589, in request
File "C:\Python\Python310\lib\site-packages\requests\sessions.py", line 703, in send
File "C:\Python\Python310\lib\site-packages\requests\adapters.py", line 667, in send
File "C:\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 787, in urlopen
File "C:\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 534, in _make_request
File "C:\Python\Python310\lib\site-packages\urllib3\connection.py", line 508, in getresponse
ImportError: sys.meta_path is None, Python is likely shutting down
I have searched the error messages but haven't found much yet. Anyone seen this before and have any tips?
