Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

error while using vs code studio #22

Open
ExternalLink opened this issue Aug 5, 2020 · 1 comment
Open

error while using vs code studio #22

ExternalLink opened this issue Aug 5, 2020 · 1 comment

Comments

@ExternalLink
Copy link

ExternalLink commented Aug 5, 2020

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

@MrGallo
Copy link

MrGallo commented Aug 19, 2020

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 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

2 participants