easyTello icon indicating copy to clipboard operation
easyTello copied to clipboard

error while using vs code studio

Open ExternalLink opened this issue 4 years ago • 1 comments

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

ExternalLink avatar Aug 05 '20 02:08 ExternalLink

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.

MrGallo avatar Aug 19 '20 17:08 MrGallo