Closed ghost closed 3 years ago
pip install reolink
aiohttp requires Python '>=3.4.2' but the running Python is 2.7.16
Install et use python3.4+ then
pip3 install reolink My Code: import reolink from reolink.camera_api import Api if name == "main": api = reolink.camera_api.Api('192.168.178.xx', 80, 'admin', 'xxxxxx')
Result:
pi@raspberrypi:~ $ python3 reo.py
Traceback (most recent call last):
File "reo.py", line 3, in
Hi,
Use python 3.8 or install typing_extensions. You might want to google a bit your errors before asking for help.
Ok, Thank You
How can i install the Api on a RaspberryPi? Please Show me the correct way. Thank you