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

ERROR: Cannot install teslajsonpy because these package versions have conflicting dependencies. #285

Closed
purcell-lab opened this issue Feb 24, 2022 · 2 comments

Comments

@purcell-lab
Copy link

purcell-lab commented Feb 24, 2022

I am seeing an issue surface in the new beta HA release core-2022.3.0b0, which is unable to load this package.

Looks like it is a new requirement of pip, which needs to be fixed in teslajsonpy to ensure valid dependencies.

References:

alandtse/tesla#151
home-assistant/home-assistant.io#21766
pypa/pip#10825

Unable to install package teslajsonpy==1.5.0: 
warning: missing-index-doctype 
× The package index page being used does not have a proper HTML doctype declaration. 
╰─> Problematic URL: https://wheels.home-assistant.io/alpine-3.14/aarch64/ 
note: This is an issue with the page at the URL mentioned above. hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. 

ERROR: Cannot install teslajsonpy 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
@purcell-lab purcell-lab changed the title Unable to install package teslajsonpy==1.5.0: warning: missing-index-doctype ERROR: Cannot install teslajsonpy because these package versions have conflicting dependencies. Feb 25, 2022
@purcell-lab
Copy link
Author

We need to get something like this fix, for teslajsonpy:

leikoilja/glocaltokens#219

Addressing the teslajsonpy dependencies:

[tool.poetry.dependencies]
python = "^3.6.1"
aiohttp = "^3.7.4"
backoff = "^1.10.0"
beautifulsoup4 = "^4.9.3"
wrapt = "^1.12.1"
authcaptureproxy = "^1.0.2"
httpx = ">=0.17.1, <1.0"

@alandtse
Copy link
Collaborator

Should be fixed by alandtse/auth_capture_proxy#20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants