-
Notifications
You must be signed in to change notification settings - Fork 10
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
Potential issues during installation (and how to resolve them) #3
Comments
Issue DescriptionIssue with np.float being deprecated with AttributeError: module 'numpy' has no attribute 'float'.
SolutionsChange np.float →float in the isaacgym/torch_utils.py file |
Issue Description
SolutionsHad to run |
Issue Descriptionerror about np.int being deprecated comes up from the networkx package Solutionsspecify a newer version of networkx, with |
Issue DescriptionInstallation of IsaacGymEnvs fails due to
(Attempted) SolutionsAs it was implied that C++ support was needed, installed |
please keep this thread open
List of issues encountered during installation of faive_gym (and the libraries it depends on), and how it was resolved. If it's an issue that many encounter, consider creating a PR to modify the README of the repository itself.
template
The text was updated successfully, but these errors were encountered: