Skip to content
This repository has been archived by the owner on Mar 17, 2019. It is now read-only.

Error server #39

Open
yrosascu opened this issue Mar 20, 2017 · 4 comments
Open

Error server #39

yrosascu opened this issue Mar 20, 2017 · 4 comments

Comments

@yrosascu
Copy link

yrosascu commented Mar 20, 2017

Hello,
I work with Ubuntu 14.04, ROS Indigo and Python 2.7

I couldn't compile with "catkin_make_isolated..." just compile with "catkin_make" so it didn't generated files like "install_isolated", when i launch the package it give this error:

Traceback (most recent call last):
  File "/home/ieka/blockly_ws/install_isolated/lib/robot_blockly/scripts/robot_blockly_backend.py", line 35, in <module>
    import rospy
  File "/opt/ros/indigo/lib/python2.7/dist-packages/rospy/__init__.py", line 49, in <module>
Traceback (most recent call last):
  File "/home/ieka/blockly_ws/install_isolated/lib/robot_blockly/scripts/pywebserver.py", line 6, in <module>
    from .client import spin, myargv, init_node, \
  File "/opt/ros/indigo/lib/python2.7/dist-packages/rospy/client.py", line 47, in <module>
    from rospkg import RosPack
ImportError: No module named 'rospkg'
    import yaml
ImportError: No module named 'yaml'
[robot_blockly_backend-2] process has died [pid 4782, exit code 1, cmd /home/ieka/catkin_ws/src/robot_blockly/scripts/robot_blockly_backend.py __name:=robot_blockly_backend __log:=/home/ieka/.ros/log/b4ffbfac-0d84-11e7-80ed-a0d37a596cdf/robot_blockly_backend-2.log].
log file: /home/ieka/.ros/log/b4ffbfac-0d84-11e7-80ed-a0d37a596cdf/robot_blockly_backend-2*.log
[robot_blockly_webserver-3] process has died [pid 4783, exit code 1, cmd /home/ieka/catkin_ws/src/robot_blockly/scripts/pywebserver.py __name:=robot_blockly_webserver __log:=/home/ieka/.ros/log/b4ffbfac-0d84-11e7-80ed-a0d37a596cdf/robot_blockly_webserver-3.log].
log file: /home/ieka/.ros/log/b4ffbfac-0d84-11e7-80ed-a0d37a596cdf/robot_blockly_webserver-3*.log

I don't know if it is by python? o what is it?

@yrosascu
Copy link
Author

My first configuration was with my workspace "catkin_make" (like tutorials ROS), now i tryed creating otther workspace and in this all comands work but i have the same error

Did anyone work with Ubuntu 14.04 before?

@yquantao
Copy link

I have the same error, also using Ubuntu 14.04 and ROS indigo.

@whwqy
Copy link

whwqy commented Dec 5, 2017

hi ,I also encountered the same problem,and also using Ubuntu 14.04 and ROS indigo.i don't know how to solve it.Could you tell me something about it. thanks

@yrosascu
Copy link
Author

yrosascu commented Dec 11, 2017 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants