-
Notifications
You must be signed in to change notification settings - Fork 42
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
Comments
Hi, I encounter the same problem, did you find a way to solve it? |
I switched to python3 and noetic. |
same here. I am using kinetic ros. |
I solved this by installation from source. |
@droter How did you move to Noetic? As far I know the latest release of If you have maintained any repository, please link here so that others can take benefit from that. Thanks |
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
The text was updated successfully, but these errors were encountered: