Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues of installation caused by gym's vision. #47

Open
SecretaryofSFA opened this issue Apr 1, 2024 · 2 comments
Open

Issues of installation caused by gym's vision. #47

SecretaryofSFA opened this issue Apr 1, 2024 · 2 comments

Comments

@SecretaryofSFA
Copy link

I have installed the gym==0.19.0 and there is a error about the conflict between the copo==0.0.0 and ray[rllib]==2.2.0.
The error just is like this:
"
The conflict is caused by:
copo 0.0.0 depends on gym==0.19.0
ray[rllib] 2.2.0 depends on gym<0.24.0 and >=0.21.0; extra == "rllib"
"
issue

I have tried to uninstall the ray==2.2.0 but there were still this error... How can I solve this problem?

@SecretaryofSFA
Copy link
Author

or could I change the code in setup.py? I'm afraid that it would cause more confusing bugs..

@SecretaryofSFA
Copy link
Author

I changed the 'gym==0.19.0' to 'gym>=0.19.0' in setup.py then copo was installed successfully.

But I met another problem which is ''pickle5.pickle.PicklingError: Could not pickle object as excessively deep recursion required.'' when I ran the ''python./copo_code/copo/torch_copo/train_copo.py''
Could not pickle object

By the way, I just could install the metadrive-simulator==0.2.5.1 because I didn't find the 0.2.5 vision even using ''pip install git+https://github.com/metadriverse/metadrive.git@releases/0.2.5''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant