dreautall / ha-stromnetzgraz

Home Assistant Custom Component for Stromnetz Graz
MIT License
15 stars 1 forks source link

Requirements for stromnetzgraz not found: ['pyJWT==2.7.0']. #9

Closed wieluk closed 11 months ago

wieluk commented 11 months ago

Sorry for being annoying again. But newest homeassistant version has conflicting dependencies again.

 Logger: homeassistant.util.package
Source: util/package.py:107
First occurred: 08:57:05 (3 occurrences)
Last logged: 08:57:20
Unable to install package pyJWT==2.7.0: ERROR: Cannot install pyJWT==2.7.0 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts [notice] A new release of pip is available: 23.1.2 -> 23.2.1 [notice] To update, run: pip install --upgrade pip
wieluk commented 11 months ago

Should we just use this as requirements?

  "requirements": ["pandas", "pyJWT", "stromnetzgraz==0.1.5"],

or is it bad practice? I mean we can only use the homeassistant version anyways don't we?

dreautall commented 11 months ago

Thanks, implemented the latter suggestion. Should help with updating that all the time...