You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.
I get this error while using the code from this GitHub
" File "c:\Users\XXXXX\hello\easytello.py", line 7, in
from easytello.stats import Stats
ModuleNotFoundError: No module named 'easytello.stats'; 'easytello' is not a package"
I installed easy tello from the pip command but it's not working
The text was updated successfully, but these errors were encountered:
It looks like you are naming your file easytello.py (the same as the easytello library) which will confuse the Python interpreter. Try naming your file something different.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I get this error while using the code from this GitHub
" File "c:\Users\XXXXX\hello\easytello.py", line 7, in
from easytello.stats import Stats
ModuleNotFoundError: No module named 'easytello.stats'; 'easytello' is not a package"
I installed easy tello from the pip command but it's not working
The text was updated successfully, but these errors were encountered: