simondlevy / BreezySLAM

Simple, efficient, open-source package for Simultaneous Localization and Mapping
GNU Lesser General Public License v3.0
758 stars 251 forks source link

Issues No module named 'breezyslam' #84

Open Thuong-ironman opened 1 year ago

Thuong-ironman commented 1 year ago

I installed the breezyslam with the command: sudo python3 setup.py install

It then installed the packages in the python 3.6 library. But I use 3.9 version. How can I solve this problem?

Thanks 1-SLAM

raimannma commented 1 year ago

Your sudo user has python3.6 as default version,

You could delete python3.6 or set sudo to use python3.9 or install it without sudo (maybe getting permission denied here)