-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Running into a issue using Python 3.14 when trying to create movies. I'm getting the error:
Process ForkServerPoolWorker-78:
Traceback (most recent call last):
File "/users/aak00009/.conda/envs/plot_entity_env/lib/python3.14/multiprocessing/process.py", line 320, in _bootstrap
self.run()
File "/users/aak00009/.conda/envs/plot_entity_env/lib/python3.14/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/users/aak00009/.conda/envs/plot_entity_env/lib/python3.14/multiprocessing/pool.py", line 114, in worker
task = get()
File "/users/aak00009/.conda/envs/plot_entity_env/lib/python3.14/multiprocessing/queues.py", line 387, in get
return _ForkingPickler.loads(res)
AttributeError: module 'nt2.plotters.export' has no attribute 'plotAndSave'
Python 3.10 does not give me this issue. I have not tested 3.10<Python<3.14.
Thanks!