Raise minimum numpy version to 1.23.5 to fix installation errors on windows#6081
Raise minimum numpy version to 1.23.5 to fix installation errors on windows#6081alex-mccarthy-unity wants to merge 1 commit into
Conversation
4f4c453 to
ebd1383
Compare
…indows Fixes #6047 Fixes the following errors when installing ml-agents-envs on windows if numpy 1.21.2 is already installed: ``` Building wheel for numpy (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for numpy (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [326 lines of output] setup.py:63: RuntimeWarning: NumPy 1.21.2 may not yet support Python 3.10. warnings.warn( Running from numpy source directory. ```
ebd1383 to
5827dd2
Compare
|
@alex-mccarthy-unity Please rebase w/main (do not merge main in) and then we should be good. |
Rebased onto But GitHub is still claiming there are conflicts to resolve, while showing "Recent push is still being processed, and will show up in a bit", which I've never seen before: I hope this won't last for many hours, like the report in https://github.com/orgs/community/discussions/78775 . In the mean time, I'll likely check in on this tomorrow. |
I still see "processing updates" an hour later, so I re-sent this as #6082 |
|
Closing PR in favor of #6082 |


Proposed change(s)
Fixes the following errors when installing ml-agents-envs on windows if numpy 1.21.2 is already installed:
Useful links (Github issues, JIRA tickets, ML-Agents forum threads etc.)
Fixes #6047
Types of change(s)
Checklist
Other comments