Closed machenxiang closed 5 years ago
The package bresenham3d
is just the file bresenham3d.py
which should be found under /home/mcx/GAAS/software/Navigator/path_optimization
, the same directory as path_pruning.py
. Please make sure you have this file in your system.
The package
bresenham3d
is just the filebresenham3d.py
which should be found under/home/mcx/GAAS/software/Navigator/path_optimization
, the same directory aspath_pruning.py
. Please make sure you have this file in your system.
Thank you
When python Navigator.py it occurs this problem. Traceback (most recent call last): File "Navigator.py", line 24, in
from path_optimization.path_pruning import PathPruning
File "/home/mcx/GAAS/software/Navigator/path_optimization/path_pruning.py", line 3, in
from bresenham3d import Bresenham3D
ModuleNotFoundError: No module named 'bresenham3d'
I have google this problem. But i just find bresenham no bresenham3d. How can i solve this problem? Thanks in advance.