damiafuentes / DJITelloPy

DJI Tello drone python interface using the official Tello SDK. Feel free to contribute!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with Installaton

Manoharmamidipaka opened this issue · comments

Hello,
I'm trying to install using developer's method it shows error
root@kali:~/DJITelloPy# pip install -e .
Obtaining file:///root/DJITelloPy
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/root/DJITelloPy/setup.py", line 3, in
with open("README.md", "r", encoding="utf-8") as fd:
TypeError: 'encoding' is an invalid keyword argument for this function

please look

What python version are you using?

Python 3.6.5rc1

I assume the encoding parameter to open was introduced in a later version. Why are you using an rc version anyways?
Updating your python should solve the issue.