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
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!
The text was updated successfully, but these errors were encountered:
I installed as
readme.md
in docker. And runpytest .
.Where can I find
qsim_cpp
? Thanks!The text was updated successfully, but these errors were encountered: