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

Fix the installation guide #6102

Open
irekkosek opened this issue Apr 28, 2024 · 1 comment
Open

Fix the installation guide #6102

irekkosek opened this issue Apr 28, 2024 · 1 comment
Labels
bug Issue describes a potential bug in ml-agents.

Comments

@irekkosek
Copy link

Describe the bug
Installation guide is obviously flawed with numpy and python versions mismatch.

To Reproduce
Steps to reproduce the behavior:
try following your own installation guide

Console logs / stack traces

 RuntimeWarning: NumPy 1.21.2 may not yet support Python 3.10.
       TypeError: CCompiler_spawn() got an unexpected keyword argument 'env'

Environment (please complete the following information):

  • Unity Version: Unity 2022.3.25f1
  • OS + version: Windows 10
  • ML-Agents version: (e.g. ML-Agents v1.0.0)
  • Torch version: as in installation guide
  • Environment: conda, pip etc.
@irekkosek irekkosek added the bug Issue describes a potential bug in ml-agents. label Apr 28, 2024
@XRFstudent
Copy link

I had the same issue and fixed it by manually replicating the changes here: https://github.com/Unity-Technologies/ml-agents/pull/6082/files

Also, I think you need Unity 2023.2+ ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue describes a potential bug in ml-agents.
Projects
None yet
Development

No branches or pull requests

2 participants