No module named 'pyrobot'?
yangxingjian opened this issue · 4 comments
Hello I have just finished the installation of PyRobot and LoCoBot dependencies, and started to follow the "GET STARTED" tutorial, then by running the sample code I found that there is actually no package named pyrobot installed, also I tried "pip install pyrobot" and the pacakge seems to be out of date and import still failed...
Hi, What is the exact shell command you ran for the installation? If using Python3, are the directories low_cost_ws
, pyrobot_catkin_ws
, pyenv_pyrobot_python3
created by the install script?
Hello, it's ./locobot_install_all.sh -t full -p 3 -l interbotix
, yes these three directories were created.
How are you running the scripts? Is it inside a virtual environment sourced with the command load_pyrobot_env
?
Please refer this tutorial for mode details: https://pyrobot.org/docs/navigation
If so, what is the output of echo $PATH
and echo $PYTHONPATH
?
I just realized I might just skip the load_pyrobot_env
step all the time...very sorry for the unnecessary bother