Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration cannot be loaded because of unsatisfied dependencies #105

Closed
2 of 4 tasks
zorak1103 opened this issue Feb 6, 2025 · 1 comment
Closed
2 of 4 tasks
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@zorak1103
Copy link

Home Assistant Version

2025.2.0

MG/SAIC Integration Version

0.9.2

Installation Method

HACS

Did you check for existing issues?

  • Yes, I have checked for existing issues
  • No, I have not checked for existing issues

Did you enable debug logging before and are ready to post logs?

  • Yes, I have enabled debug logging
  • No, I have not enabled debug logging

Describe the Issue

Unable to install package saic-ismart-client-ng==0.6.0: × No solution found when resolving dependencies: ╰─▶ Because saic-ismart-client-ng==0.6.0 depends on httpx>=0.27.0,<0.28.0 and httpx==0.28.1, we can conclude that saic-ismart-client-ng==0.6.0 cannot be used. And because you require saic-ismart-client-ng==0.6.0, we can conclude that your requirements are unsatisfiable.

Logs

2025-02-06 06:05:21.875 ERROR (SyncWorker_1) [homeassistant.util.package] Unable to install package saic-ismart-client-ng==0.6.0: × No solution found when resolving dependencies:
  ╰─▶ Because saic-ismart-client-ng==0.6.0 depends on httpx>=0.27.0,<0.28.0
      and httpx==0.28.1, we can conclude that saic-ismart-client-ng==0.6.0
      cannot be used.
      And because you require saic-ismart-client-ng==0.6.0, we can conclude
      that your requirements are unsatisfiable.
2025-02-06 06:05:22.314 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.13/site-packages/miio/miot_device.py:23: FutureWarning: functools.partial will be a method descriptor in future Python versions; wrap it in enum.member() if you want to preserve the old behavior
  Bool = partial(_str2bool)

2025-02-06 06:05:22.653 ERROR (SyncWorker_1) [homeassistant.util.package] Unable to install package saic-ismart-client-ng==0.6.0: × No solution found when resolving dependencies:
  ╰─▶ Because saic-ismart-client-ng==0.6.0 depends on httpx>=0.27.0,<0.28.0
      and httpx==0.28.1, we can conclude that saic-ismart-client-ng==0.6.0
      cannot be used.
      And because you require saic-ismart-client-ng==0.6.0, we can conclude
      that your requirements are unsatisfiable.
2025-02-06 06:05:22.880 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'healthchecksio' calls `async_add_job`, which should be reviewed against https://developers.home-assistant.io/blog/2024/03/13/deprecate_add_run_job for replacement options at custom_components/healthchecksio/__init__.py, line 76: hass.async_add_job(. This will stop working in Home Assistant 2025.4, please create a bug report at https://github.com/custom-components/healthchecksio/issues
2025-02-06 06:05:22.899 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup for integration, healthchecksio with title: 5dccd841-30ef-475b-af67-f732bdcb0dac and entry_id: 5ae30ddf51d1419bad7bfef7f8bc1221, which is deprecated, await async_forward_entry_setups instead. This will stop working in Home Assistant 2025.6, please report this issue
Stack (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/src/homeassistant/homeassistant/__main__.py", line 227, in <module>
    sys.exit(main())
  File "/usr/src/homeassistant/homeassistant/__main__.py", line 213, in main
    exit_code = runner.run(runtime_conf)
  File "/usr/src/homeassistant/homeassistant/runner.py", line 154, in run
    return loop.run_until_complete(setup_and_run_hass(runtime_config))
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 707, in run_until_complete
    self.run_forever()
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 678, in run_forever
    self._run_once()
  File "/usr/local/lib/python3.13/asyncio/base_events.py", line 2033, in _run_once
    handle._run()
  File "/usr/local/lib/python3.13/asyncio/events.py", line 89, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2325, in async_forward_entry_setup
    report_usage(
  File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 234, in report_usage
    _LOGGER.warning(msg, stack_info=True)
2025-02-06 06:05:23.384 ERROR (SyncWorker_1) [homeassistant.util.package] Unable to install package saic-ismart-client-ng==0.6.0: × No solution found when resolving dependencies:
  ╰─▶ Because saic-ismart-client-ng==0.6.0 depends on httpx>=0.27.0,<0.28.0
      and httpx==0.28.1, we can conclude that saic-ismart-client-ng==0.6.0
      cannot be used.
      And because you require saic-ismart-client-ng==0.6.0, we can conclude
      that your requirements are unsatisfiable.
2025-02-06 06:05:23.385 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration 'mg_saic': Requirements for mg_saic not found: ['saic-ismart-client-ng==0.6.0'].

Additional Context

No response

@zorak1103 zorak1103 added the bug Something isn't working label Feb 6, 2025
@ad-ha ad-ha added the duplicate This issue or pull request already exists label Feb 6, 2025
@ad-ha
Copy link
Owner

ad-ha commented Feb 6, 2025

Duplicated from #104

@ad-ha ad-ha closed this as completed Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants