ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

NameError: name 'rclpy' is not defined

asked 2021-03-14 05:23:36 -0500

Ataraxy gravatar image

when i run ros2 run python_parameters param_talker,NameError: name 'rclpy' is not defined hapend. And when i openpython_parameters_node.pyin pycharm, i found No module named 'rclpy'. I dont konw why,and i dont konw how to solve it. Does someone konw? I would really appreciate your help!!

edit retag flag offensive close merge delete

Comments

Did you start your pycharm from a terminal?

vonunwerth gravatar image vonunwerth  ( 2021-03-15 19:56:13 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-03-15 07:37:30 -0500

kak13 gravatar image

you didn't install python3 in fully.

Does your code has this line on the top? Like this line:

!/usr/bin/env python3

You aren't using any conda or ancoda, right?

edit flag offensive delete link more

Comments

I think i install python3 in fully,but maybe not use conda.I set up a pythonpath and i added the path of 'rclpy' file.it workd, but why?

Ataraxy gravatar image Ataraxy  ( 2021-03-17 21:45:37 -0500 )edit

So, that was the path issue then! I'm glad things fixed on your end! Could you mark your answer as "green check"? So others can get some idea to update their work.

kak13 gravatar image kak13  ( 2021-03-18 05:34:46 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2021-03-14 05:23:36 -0500

Seen: 837 times

Last updated: Mar 15 '21