ivapylibs / puzzle_solver

1 stars 2 forks source link

Bug report #34

Closed yiyeChen closed 2 years ago

yiyeChen commented 2 years ago

Running the command from puzzle.runner import RealSolver from Surveillance side gives the following error:

Traceback (most recent call last): File "rosbag_runner.py", line 35, in from puzzle.runner import RealSolver File "/local/dropbox_cyy/Dropbox (GaTech)/ivapylibs/puzzle_solver/puzzle/runner.py", line 33, in from puzzle.solver.simple import Simple File "/local/dropbox_cyy/Dropbox (GaTech)/ivapylibs/puzzle_solver/puzzle/solver/simple.py", line 24, in from puzzleSolver import PuzzlePieces, PuzzleSolver ModuleNotFoundError: No module named 'puzzleSolver'

Uio96 commented 2 years ago

Follow the instruction on the README:

git clone git@github.com:ADCLab/puzzleSolvers.git
pip3 install -e puzzleSolvers/