-
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
evdev dependency (<1.7.0) #131
Comments
also having issues with running the examples with the new urdfenvs release, does this work for you? |
Hi @saraybakker1 , i just checked out the However, it seems the release did cause issues, because the 'urdfenvs' dependency is pointing to the develop branch on github. Can you tell me exactly what went wrong in which sort of installation? Best, |
@maxspahn |
Ok, i just did checkout |
Should be fixed now ;) |
great! will check it. I also did poetry install --with agents (not with dev), should that make a difference? |
@maxspahn, I tried it again and it works. For me, I do need: But maybe that is just my laptop ;) |
The evdev dependency must be set lower than 1.7.0 to avoid installation issues with: poetry install --with agents.
In pyproject.toml:
evdev = "<1.7.0"
The text was updated successfully, but these errors were encountered: