-
Notifications
You must be signed in to change notification settings - Fork 16
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
OSError when running the tests #13
Comments
It seems that this is an issue related to pytest that is not related to this package. Can you try running these pytest-free examples? |
Thanks for the reply!I have tried your examples actually, but somehow did not work either.Runing
|
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, Thanks for this amazing tool!!!
Prerequisites
I carefully followed the installation instruction, and successfully ran pybullet with the following example:
The example runs well as you can see from the below capture:
Issue
While, running pytest tests caused some trouble and it was a bit abstract for me to troubleshooting the bug.
When I was running
pytest -s -m collision_fn --viewer
When I was running
pytest -s -m motion_planning_2D --viewer
System Information
Python 3.9.13
Thanks in advance for any insights or clues!!!
The text was updated successfully, but these errors were encountered: