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

Issue with installation #20

Open
YY-GX opened this issue Nov 17, 2023 · 4 comments
Open

Issue with installation #20

YY-GX opened this issue Nov 17, 2023 · 4 comments

Comments

@YY-GX
Copy link

YY-GX commented Nov 17, 2023

Hi all,

Thank you for providing this awesome benchmark! However, I encountered an issue while installing VIMA:

  Preparing metadata (setup.py) ... done
Collecting pybullet (from vima-bench==0.0.1)
  Using cached pybullet-3.2.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (91.7 MB)
Collecting gym==0.21.0 (from vima-bench==0.0.1)
  Using cached gym-0.21.0.tar.gz (1.5 MB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error
  
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      error in gym setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
  • python version: 3.9.18
  • pip version: 23.3

It's appreciated if you could provide any help :)

@SaulBatman
Copy link

pip3 install wheel==0.38.4
pip3 install setuptools==66
works for me

@chidaier
Copy link

chidaier commented Jan 4, 2024

@SaulBatman Thank you

@pengfeiZhao1993
Copy link

@SaulBatman Thank you !!

@Beyond0128
Copy link

Thankyou very much! @SaulBatman

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

5 participants