You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mjcf2urdf depends on six but it is not listed requirement in setup.py.
Steps to reproduce:
Install with pipx (this uses an isolated venv): pipx install mjcf2urdf.
Run: mjcf2urdf results in
Traceback (most recent call last):
File "/home/felixwidmaier/.local/bin/mjcf2urdf", line 5, in <module>
from mjcf2urdf.apps.mjcf2urdf import main
File "/home/felixwidmaier/.local/pipx/venvs/mjcf2urdf/lib/python3.10/site-packages/mjcf2urdf/__init__.py", line 9, in <module>
from mjcf2urdf.makedirs import makedirs
File "/home/felixwidmaier/.local/pipx/venvs/mjcf2urdf/lib/python3.10/site-packages/mjcf2urdf/makedirs.py", line 2, in <module>
import six
ModuleNotFoundError: No module named 'six'
The text was updated successfully, but these errors were encountered:
mjcf2urdf depends on six but it is not listed requirement in
setup.py
.Steps to reproduce:
pipx install mjcf2urdf
.mjcf2urdf
results inThe text was updated successfully, but these errors were encountered: