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

SDGym is not working with latest torch #210

Closed
Sandy4321 opened this issue Mar 15, 2023 · 0 comments · Fixed by #242
Closed

SDGym is not working with latest torch #210

Sandy4321 opened this issue Mar 15, 2023 · 0 comments · Fixed by #242
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Sandy4321
Copy link

Environment Details

Please indicate the following details about the environment in which you found the bug:

  • SDGym version:
  • Python version: 11
  • Operating System: windows
  • torch.version
    '2.0.0+cpu'

Error Description

for
pip install sdgym
I get
ERROR: Cannot install sdgym==0.1.0, sdgym==0.2.0 and sdgym==0.2.1 because these package versions have conflicting dependencies.

The conflict is caused by:
sdgym 0.2.1 depends on torch<2 and >=1.1.0
sdgym 0.2.0 depends on torch<2 and >=1.1.0
sdgym 0.1.0 depends on torch<2 and >=1.1.0

@Sandy4321 Sandy4321 added the bug Something isn't working label Mar 15, 2023
@amontanez24 amontanez24 added this to the 0.7.0 milestone May 30, 2023
@amontanez24 amontanez24 self-assigned this Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants