Anyone who ever used godot-rl? HELP

Godot Version

Godot 4

Question

Hi!
Never used python, when setting up the library i get this errors

error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [3 lines of output]
      C:\Users\carmi\rl\Lib\site-packages\setuptools\_distutils\dist.py:270: UserWarning: Unknown distribution option: 'tests_require'
        warnings.warn(msg)
      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

please help

i used pip install godot-rl

This is your error, i have never used it to know what it means.

It could be a problem with the package your python version complaining about the packages requirement config file not being formated correctly.

I would contact the package maintainer.

1 Like

huh, that’s odd.
Thanks.