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

ImportError: No module named _hip when i run the command python ExoPlotter.py #2

Open
huangshizhe opened this issue Mar 1, 2019 · 2 comments

Comments

@huangshizhe
Copy link

Traceback (most recent call last):
File "ExoPlotter.py", line 137, in
main()
File "ExoPlotter.py", line 101, in main
import trajectory_generator as traj
File "/home/huangshizhe/ExoskeletonForKids-master/py/trajectory_generator.py", line 1, in
import build.hip as hip
File "/home/huangshizhe/ExoskeletonForKids-master/py/build/hip.py", line 28, in
_hip = swig_import_helper()
File "/home/huangshizhe/ExoskeletonForKids-master/py/build/hip.py", line 20, in swig_import_helper
import _hip
ImportError: No module named _hip

@kpaonaut
Copy link
Owner

Please recompile the entire package per the guidance in README and run the builds from your own computer. The project is very old and the binary files built from my laptop may not be executable on your system any more.

@antonyalexos
Copy link

can you give the directions for that? I still have issues running it.

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

3 participants