Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named _internal.tello #3

Open
droter opened this issue Nov 22, 2020 · 5 comments
Open

No module named _internal.tello #3

droter opened this issue Nov 22, 2020 · 5 comments

Comments

@droter
Copy link

droter commented Nov 22, 2020

Thanks for making this package. Looks awesome!

I ran into this error starting the tello_node:

Traceback (most recent call last):
File "/opt/ros/kinetic/lib/tello_driver/tello_driver_node", line 17, in
from tellopy._internal import tello
File "/opt/ros/kinetic/lib/python2.7/dist-packages/tellopy/init.py", line 8, in
from tellopy._internal.tello import Tello
ImportError: No module named _internal.tello

@Marcuran
Copy link

Marcuran commented Dec 2, 2020

Hi,

I encounter the same problem, did you find a way to solve it?

@droter
Copy link
Author

droter commented Dec 3, 2020

I switched to python3 and noetic.

@zcemycl
Copy link

zcemycl commented Feb 26, 2021

same here. I am using kinetic ros.
If I 'pip2 install tellopy', run 'python2 -m tellopy.examples.simple_takeoff'. It can takeoff.
Once I 'sudo apt install ros-kinetic-tello-driver', that python script no longer works. If I run tello_node, it also gives me the importerror.

@zcemycl
Copy link

zcemycl commented Feb 26, 2021

I solved this by installation from source.

@syediu
Copy link

syediu commented Jun 28, 2022

@droter How did you move to Noetic? As far I know the latest release of tello_driver is for ROS Melodic with Python2 and has not been released for ROS Noetic with python3 support.

If you have maintained any repository, please link here so that others can take benefit from that. Thanks

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

No branches or pull requests

4 participants