You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrade my Home Assistant 2023.3 virtual environment to Python 3.11 found this issue:
ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.7.0,<3.11; 1.1.0 Requires-Python >=3.7.0,<3.11; 2.0.0 Requires-Python >=3.7.0,<3.11; 2.0.1 Requires-Python >=3.7.0,<3.11; 2.1.0 Requires-Python >=3.7.0,<3.11; 3.0.0 Requires-Python >=3.7.0,<3.11
ERROR: Could not find a version that satisfies the requirement pyworldtidesinfo (from versions: none)
ERROR: No matching distribution found for pyworldtidesinfo
Forcing install via --ignore-requires-python solves the problem and worldstideinfo integration seems to work ok.
i would like to take the opportunity to thank you for your nice work :)
The text was updated successfully, but these errors were encountered:
After upgrade my Home Assistant 2023.3 virtual environment to Python 3.11 found this issue:
Forcing install via
--ignore-requires-python
solves the problem and worldstideinfo integration seems to work ok.i would like to take the opportunity to thank you for your nice work :)
The text was updated successfully, but these errors were encountered: