Questions tagged [pythonpath]
The pythonpath tag has no summary.
21 questions
0
votes
1
answer
34
views
roswtf pythonpath
Hey,
I run roswtf to check if everything is fine with my ROS-noetic, but I failed to interpret this error right. So could somebody explain why these two paths ...
0
votes
2
answers
52
views
catkin_make error: ImportError: No module named 'error'
So, i am a beginner in ROS i have this error every time i do a catkin_make
...
0
votes
1
answer
32
views
"ImportError: No module named ..." $PYTHONPATH problem with ansible?
I'm trying to get a piece of research software from github up and running on a lab computer for my professor. Flydra is a multi-camera tracking system used to detect multiple airborne insects or small ...
0
votes
1
answer
32
views
Altering PYTHONPATH in a ros node at runtime
Hi,
I'm running ROS kinetic and my code requires Python 3 to run. I've been told that ROS does not support Python 3 (which is terrible tbh) and I was looking for a way around, thus came up with the ...
0
votes
1
answer
212
views
ROS changed the Python Path
Hi, I've just installed ROS and I cannot use my Python 3.6 anymore. I did the following and saw:
...
0
votes
1
answer
9
views
Does ROS Python library shadow or break other python systems?
ROS puts /opt/ros/kinetic/lib/python2.7/dist-packages in PYTHONPATH. This is then prepended to the system path when python2 or ...
0
votes
1
answer
22
views
How should I install ROS using CMake, as shown in the tutorials?
ImportError: "from catkin_pkg.package import parse_package" failed: No module named catkin_pkg.package
Make sure that you have installed "catkin_pkg", it is up to date and on the ...
0
votes
1
answer
51
views
ImportError: No module named rospkg
I am trying to run fake_turtlebot.launch. I keep getting:
...
0
votes
1
answer
39
views
PYTHONPATH is not set correctly by source devel/setup.bash
I am having some issues with the PYTHONPATH that is set by my ROS environment.
my .bashrc contains the following lines:
...
0
votes
1
answer
12
views
Problems Building ROS Hydro for Debian
The catkin package is giving me all kinds of problems. I have been having problems recently with Import and PYTHONPATH. After adding every catkin_pkg folder I could find to that, this latest block ...
0
votes
1
answer
8
views
rospkg not found in fuerte
Dear ROS users,
trying to use
rosrun tf view_frames
I get
...
0
votes
2
answers
124
views
cmake failed catkin_pkg
Hi,
I'm going through the ROS tutorials and am stuck at creating a workspace (http://wiki.ros.org/catkin/Tutorials/create_a_workspace).
When I try and run catkin_make, I keep getting the following
<...
0
votes
1
answer
11
views
ROS Answers SE migration: Nao Problems
Hello
when I am running
LD_LIBRARY_PATH=~/naoqi/naoqi-sdk-1.12.3-linux32/lib:$LD_LIBRARY_PATH NAO_IP=127.0.0.1 roslaunch nao_driver nao_driver_sim.launch
I will get the following errors.
( My ~/....
0
votes
1
answer
26
views
Adding NaoQI API to the PYTHONPATH
Hi there,
I am currently using naoQi-sdk-1.14. I am also following the guide: http://www.ros.org/wiki/nao/Tutorials/Getting-Started
I am on the stage: 1.6: Launching ROS and NAOqi
When I execute the ...
0
votes
1
answer
21
views
ROS Answers SE migration: roswtf error
hello!
when i run roswtf based on the tutorial, i am getting following error, How to fix it? I am using rosws (http://www.ros.org/wiki/fuerte/Installation/Overlays) ...
0
votes
1
answer
10
views
Error in ROSWTF and doubt in ROS_PACKAGE_PATH
My questions are at the end.
When i use the command to find the ROS PACKAGE PATH
...
0
votes
1
answer
55
views
Changing python version in ROS
Hi,
How to change the Python version in ROS, I installed EPD (Enthought Python Distribution) and it seems my ROS has used this version, instead of Python 2.7 which is installed by default ... I want ...
0
votes
2
answers
16
views
Adding NaoQI API to PYTHONPATH (v1.12)
Hello, I am trying to set up ROS on my Nao robot. I keep getting the error: "Please make sure that Aldebaran's NaoQI API is in your PYTHONPATH." I found the answer below:
http://answers....
0
votes
1
answer
14
views
adding NaoQI to the PYTHONPATH
Hi,
I loaded the nao_robot and nao_common stacks and am trying to operate the driver, however, i am a newbie to ROS, and am unsure of how to add Aldebaran's NaoQI API to the PYTHONPATH. Is this done ...
0
votes
1
answer
25
views
roslaunch changes my PYTHONPATH
Hello all,
I am running a python script from a callback. When I run my test code from my shell, I have my environment variables (from my bashrc), more specifically my PYTHONPATH. However, when I do ...
0
votes
1
answer
14
views
importing PIL into a rosnode
when I have the line
"from PIL import Image"
in a node, I get the following error when running my node via rosrun
"ImportError: No module named PIL"
of course, PIL is installed in
/...