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

Python 3.11 compatibility #1

Open
fritanga opened this issue Mar 3, 2023 · 1 comment
Open

Python 3.11 compatibility #1

fritanga opened this issue Mar 3, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@fritanga
Copy link

fritanga commented Mar 3, 2023

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 :)

@jugla
Copy link
Owner

jugla commented Mar 3, 2023

I will correct it !
Thanks for your feed back !
:-)

@jugla jugla added the enhancement New feature or request label Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants