-
Notifications
You must be signed in to change notification settings - Fork 102
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
🧑🌾 Sdf13 Windows ModuleNotFoundError: No module named 'sdformat13'
#1276
Comments
I was looking into the problem. There seems to be a two different types of problems:
and the test PYTHONPATH seems to point to the same place:
Might be problems with the separator character in PYTHONPATH for Windows or other kind of issues that I can not determine right now. Be careful if testing it manually due to problems with different python versions from system installation (3.11 and vcpkg 3.10). |
#1278 disables pybind11 tests on windows until we find a solution for this issue. |
I got a similar error but on my Ubuntu jammy system, it seems that my OS can't recognise 'sdformat13' as a library file for python, i've tried to reinstall on binary and source distributions but nothing seems to work. this is the Error message i get from shell: 'Caught exception when trying to load file of format [py]: /usr/lib/python3/dist-packages/sdformat13.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN3sdf3v139Projector10SetTextureERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE' as I get to understand, its not creating the proper python file to make the wrapping... hope you can help! |
Any solution to fix this issue I'm having similar problems with running sdf2mjcf. |
Environment
Description
Steps to reproduce
Output
Reference build: https://build.osrfoundation.org/job/sdformat-sdf-13-win/57/
Log output:
It seems the python bindings aren't working as expected for the cloud windows agent.
@azeey suggested disabling the bindings for this
The text was updated successfully, but these errors were encountered: