fishbigger / TapoP100

A module for controlling the TP-Link Tapo P100 Plugs
MIT License
576 stars 142 forks source link

Installation problem #9

Closed gorobey closed 2 years ago

gorobey commented 3 years ago

Hi! I have issues during installation, when i run "pip3 install PyP100" i recive this respond, how can i resolve? I have tried installation on a raspberry pi zero W, with prusaprint prepacked rasbian+octoprint OS. Screenshot (61)

georgegebbett commented 3 years ago

This doesn't look to be an issue with the repo, more an issue with pip or perhaps your internet connection

adrianpeiro commented 3 years ago

try execute cmd as admin It worked for me in one pc but not in other.

In the other one I had to download the code, change the install_requires of setup.py and install the package manually https://www.activestate.com/resources/quick-reads/how-to-manually-install-python-packages/

I changed the install requires to >= instead of ==.

Then if you run yourexample.py you´ll get some lib version errors, but just need to install the versions required (downgrade them):