ivapylibs/puzzle_solver

Bug report

Closed this issue · 1 comments

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

Follow the instruction on the README:

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