You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set up spinning up on Mac OS M1 (OS: Sonoma 14.3.1). Conda no longer has Python 3.6 in its default channel so I could not configure the env to be Python 3.6. I even tried to set up two versions of Python or use Pyenv to create a virtual env but it didn't work. Every time I try to run an experiment I get File "/Users/luhan/miniconda3/envs/spinup/lib/python3.11/site-packages/cloudpickle/cloudpickle.py", line 212, in <setcomp> out_names = {names[oparg] for _, oparg in _walk_global_ops(co)} ~~~~~^^^^^^^ IndexError: tuple index out of range
I read about the pickle files. I changed the protocol argument for cloudpickle.dumps however the issue persists.
Is there something I can do or Is it not possible to run these experiments on M1?
The text was updated successfully, but these errors were encountered:
I'm trying to set up spinning up on Mac OS M1 (OS: Sonoma 14.3.1). Conda no longer has Python 3.6 in its default channel so I could not configure the env to be Python 3.6. I even tried to set up two versions of Python or use Pyenv to create a virtual env but it didn't work. Every time I try to run an experiment I get
File "/Users/luhan/miniconda3/envs/spinup/lib/python3.11/site-packages/cloudpickle/cloudpickle.py", line 212, in <setcomp> out_names = {names[oparg] for _, oparg in _walk_global_ops(co)} ~~~~~^^^^^^^ IndexError: tuple index out of range
I read about the pickle files. I changed the
protocol
argument forcloudpickle.dumps
however the issue persists.Is there something I can do or Is it not possible to run these experiments on M1?
The text was updated successfully, but these errors were encountered: