yo-han / Home-Assistant-Carelink

Unofficial Home Assistant Carelink Component
MIT License
22 stars 9 forks source link

Dependency problem #86

Open sebazungui opened 1 month ago

sebazungui commented 1 month ago

Hello! Thanks for your amazing work! I'm looking for help with: trying to run on windows to get my token and everything to work on homeassistant but i cant run the 'carelink_carepartner_api_login.py' because i get this error import blinker._saferef ModuleNotFoundError: No module named 'blinker._saferef'

i was looking but nothing found, thanks!

edit: btw i'm trying to get it work with another region/country! Chile... it is posible?

sebazungui commented 1 month ago

update: I made it work, so i have the logindata.json working for homeassistant. All the info in HA is unknown or disconnected. It only shows timezone ameriza/santiago (chile).

I'm trying to make it work for my nephew. He is using medtronic guardian 4

KentSanner commented 2 days ago

I had the same issue using the script tonight. I was able to work around it using:

pip install blinker==1.7.0

Issue is documented here: https://github.com/seleniumbase/SeleniumBase/issues/2782