sermayoral / ha-samsungtv-encrypted

Samsung TV Encrypted Models (H & J Series) custom component for Home Assistant
Apache License 2.0
38 stars 24 forks source link

How to resolve the dependency conflict? #75

Closed VolnaJ closed 3 years ago

VolnaJ commented 3 years ago

The logs show an attempt to install netdisco version 2.6.0. The system has a new version of netdisco 2.8.3. The component does not work. How to resolve the dependency conflict?

sermayoral commented 3 years ago

@VolnaJ maybe bumping netdisco to 2.8.3 in this custom_component?

VolnaJ commented 3 years ago

if I understood you correctly, do you propose to do so? "requirements": ["wakeonlan == 1.1.6", "beautifulsoup4 == 4.6.0", "netdisco == 2.8.3"], If yes then I tried so hard

sermayoral commented 3 years ago

Yes, please. Try it, and if it works, make a PR ☺️

VolnaJ commented 3 years ago

I've already tried changing the version. Wonders :-) The last attempt did not help, I tried again and now the error does not appear.

sermayoral commented 3 years ago

@VolnaJ, do you think it's necessary to change the dependency version in the requirements? I'm a little confused of your explanation. Thanks!

VolnaJ commented 3 years ago

I replaced the version in the manifest and it worked.

sermayoral commented 3 years ago

@VolnaJ, ok, so I'm going to replace in the requirements for the future versions. Thanks