-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Python package fails to install from pypi #5739
Comments
Thank you @walchko I was also able to reproduce this on a different platform so we will look into this asap. I logged this internally as https://jira.unity3d.com/browse/MLA-2539. Please have a look at our contribution guidelines if you choose to hunt the bug down further: https://github.com/Unity-Technologies/ml-agents/blob/main/com.unity.ml-agents/CONTRIBUTING.md |
Isn't |
@RedTachyon Yes it is and that is the correct solution here. I confirmed internally that unityagents is fully deprecated @walchko try:
and let us know if you have any issues. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Describe the bug
Fails to install from pypi on python3.9.10, macOSX 12.2.1, intel. I am trying to use this package form pypi: https://pypi.org/project/unityagents
To Reproduce
Steps to reproduce the behavior:
pip install unityagents
The text was updated successfully, but these errors were encountered: