Skip to content
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

ModuleNotFoundError: No module named 'qsim_cpp' #77

Open
Seas00n opened this issue Dec 30, 2023 · 0 comments
Open

ModuleNotFoundError: No module named 'qsim_cpp' #77

Seas00n opened this issue Dec 30, 2023 · 0 comments

Comments

@Seas00n
Copy link

Seas00n commented Dec 30, 2023

I installed as readme.md in docker. And run pytest ..

ImportError while importing test module '/home/seas00n/Project_Linux/quasistatic_simulator/qsim/examples/iiwa_traj_following/test_iiwa_traj_following.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
qsim/examples/iiwa_traj_following/test_iiwa_traj_following.py:2: in <module>
    from .run_iiwa_traj_following import *
qsim/examples/iiwa_traj_following/run_iiwa_traj_following.py:6: in <module>
    from qsim.examples.setup_simulations import (
qsim/examples/setup_simulations.py:22: in <module>
    from qsim.parser import QuasistaticParser, QuasistaticSystemBackend
qsim/parser.py:18: in <module>
    from qsim_cpp import (
E   ModuleNotFoundError: No module named 'qsim_cpp'

Where can I find qsim_cpp? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant