surgical-robotics-ai / surgical_robotics_challenge

Interactive Robot Assisted Suturing Simulation
55 stars 43 forks source link

Cannot import surgical robotics challenge modules #55

Closed lu-bo closed 1 year ago

lu-bo commented 1 year ago

After installing the simulator and start the surgical simulator, I try to run the demo codes in the example folder. Before the operation, I also follow the instruction in the Script folder and run "pip install -e .", which shows: Successfully installed surgical-robotics-challenge-1.0.

However, it outputs: ImportErrpr: No module named surgical_robotics.challenge when we run the example code, e.g., project_needle_pts.py. I used the Ubuntu 18.04 system, with row melodic. When running the simulator, we used: python2 + .

Is there anything I need to pay attention to or any mistake I made?

adnanmunawar commented 1 year ago

Thanks for creating the issue. The steps you described seem to be O.K. but this issue No module named surgical_robotics_challenge seems to indicate that pip may not be installing the surgical_robotics_challenge package in the correct place for python to find.

Can you open the python command line interpreter in your terminal by typing python and then when it loads, checking the output of this command:

import surgical_robotics_challegne
adnanmunawar commented 1 year ago

Closing this due to no activity