Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Dependency 'six' is not specified in setup.py #3

Open
luator opened this issue Jan 30, 2023 · 0 comments
Open

Dependency 'six' is not specified in setup.py #3

luator opened this issue Jan 30, 2023 · 0 comments

Comments

@luator
Copy link

luator commented Jan 30, 2023

mjcf2urdf depends on six but it is not listed requirement in setup.py.

Steps to reproduce:

  1. Install with pipx (this uses an isolated venv): pipx install mjcf2urdf.
  2. 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'
    
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant