gazebosim / gazebosim/sdformat

:farmer: Sdf13 Windows `ModuleNotFoundError: No module named 'sdformat13'`

Open
#1,276 5 comments 0 reactions 1 assignee Claimed by @j-rivero View on GitHub
bug
Dominant language
C++
Stars
216
Forks
125
Avg merge
1d 14h
Merged PRs (30d)
14

Description

## Environment
* OS Version: Windows
* Source Garden build

## Description
* Expected behavior: Test should pass
* Actual behavior: 44 tests fail

## Steps to reproduce
1. Run a build in https://build.osrfoundation.org/job/sdformat-sdf-13-win/
2. See tests fail.

## Output

Reference build: https://build.osrfoundation.org/job/sdformat-sdf-13-win/57/

Log output:
```
ImportError while importing test module 'C:\J\workspace\sdformat-sdf-13-win\ws\sdformat\python\test\pyAirPressure_TEST.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
C:\Program Files\Python311\Lib\importlib\__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
..\..\..\sdformat\python\test\pyAirPressure_TEST.py:15: in
from gz_test_deps.sdformat import AirPressure, Noise
..\..\..\sdformat\python\test\gz_test_deps\sdformat.py:1: in
from sdformat13 import *
E ModuleNotFoundError: No module named 'sdformat13'
```

It seems the python bindings aren't working as expected for the cloud windows agent.

@azeey suggested disabling the bindings for this

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.