IsaacGymEnvs icon indicating copy to clipboard operation
IsaacGymEnvs copied to clipboard

May be a bug in setup.py

Open RayYoh opened this issue 1 year ago • 4 comments

A bug in setup.py when I pip this package. I'm not sure I'm a special case. I commented out that line, and it works.

reparing 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 isaacgymenvs setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=3.6.*'
      [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.

RayYoh avatar Mar 25 '23 04:03 RayYoh

I have met the same problem with you,do you find a solution now?

ccmCCMfk avatar Aug 26 '23 02:08 ccmCCMfk

You can just delete "python_requires=">=3.6","

ccmCCMfk avatar Aug 26 '23 03:08 ccmCCMfk

You can just delete "python_requires=">=3.6","

Yes, I commented out it and it worked.

RayYoh avatar Aug 29 '23 01:08 RayYoh

maybe you should check your internet connection. I met an same error, and solved it

TAEM1N2 avatar Jan 19 '24 11:01 TAEM1N2