fishbigger / TapoP100

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

pip failed to install PyP100 #60

Closed Adaaks closed 2 years ago

Adaaks commented 2 years ago

if you have this issue like i did, in this scenario i was in python version 3.9, downgrading to 3.8 fixed the job to install this module successfully.

hope this helped at least one person

fishbigger commented 2 years ago

Can you give a bit more detail about the issue you faced to help other people fix it like you did?

Adaaks commented 2 years ago

Can you give a bit more detail about the issue you faced to help other people fix it like you did?

Essentially I was on python version 3.9, and when doing pip install PyP100 in the command bar, it failed to install the module

fishbigger commented 2 years ago

Interesting. I believe this might have been caused with a mismatch of dependencies that had now been fixed. Thanks for reporting it anyway!