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

installation error encountered on windows WSL #989

Open
RandyChen233 opened this issue Apr 22, 2023 · 2 comments
Open

installation error encountered on windows WSL #989

RandyChen233 opened this issue Apr 22, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@RandyChen233
Copy link

Hi,

I ran the following command to install FinRL:

pip install git+https://github.com/AI4Finance-Foundation/FinRL.git

However, the following error occurred:

  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.

I did some googling but was not able to fix this yet. Any help is greatly appreciated!

@YangletLiu YangletLiu added the bug Something isn't working label Apr 23, 2023
@ZiyiXia
Copy link
Collaborator

ZiyiXia commented May 1, 2023

Hi, this might be caused by the problem of old version gym. We are working on updating it to gymnasium. Now you could try to downgrade setuptools==65.5.0
openai/gym#3176

@zhumingpassional
Copy link
Collaborator

pls try pip install finrl

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

No branches or pull requests

4 participants