-
Notifications
You must be signed in to change notification settings - Fork 286
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
Dartpy importing Issue on virtualenv #1507
Comments
Quick check: Have you installed all the dependencies? |
Yeah, I double-checked all the dependencies, but it still shows segmentation fault when importing dartpy library. |
Hm, I wasn't able to reproduce the segfault on my macOS (Catalina). Here is what I see when installing
Do you see any error message when it segfaults? |
It just shows segmentation fault: 11 as below:
So, I was trying to uninstall dartpy by doing pip3 uninstall dartpy, but it didn't completely remove dartpy.so, which leads to incorrect reinstalling as you mentioned on: https://dartsim.github.io/install_dartpy_on_macos.html. |
What do you see if you run Python with
To uninstall, you could safely remove |
I manually removed dartpy.so in the lib directory and tried to reinstall dartpy by doing pip3 install dartpy. But, I don't see dartpy.so in the lib directory so I cannot import dartpy right now as you suggested. Here is the result: |
Bug Report
Environment
Current Behavior
Steps to Reproduce
The text was updated successfully, but these errors were encountered: