-
Notifications
You must be signed in to change notification settings - Fork 36
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
Can't install using poetry on Windows 11 Python 3.11 #176
Comments
I am having the same issue with pdm
|
I have the same problem with poetry on a mac m1 in a debian docker image with python 3.12. However I can install version |
Thanks for your interest in Kaleido. We are currently working on an overhaul that might address your issue - we hope to have news in a few weeks and will post an update then. Thanks - @gvwilson |
having the same issue |
This was because of the way that the release of Since the only commit between the two different versions is one enabling ARM builds (v0.2.1...v0.2.1.post1), why not simply push the 0.2.1 wheels into the 0.2.1.post1 release? With the current way, nobody using |
Also an issue using |
Just pin the version: poetry add 'kaleido == 0.2.1' |
The Kaleido version was not explicitly defined in requirements/runtime_requirements.txt. However, version v0.2.1.post1 (the latest version as of this commit) fails to install with some package managers, such as Poetry and UV. As a result, Kaleido is now fixed to version v0.2.1, meaning the latest available version for the package is v0.2.1 instead of v0.2.1.post1. This change will have no impact on most users, as v0.2.1.post1 only adds support for ARM32 architectures. SEE: plotly/Kaleido#176 SEE: https://github.com/plotly/Kaleido/releases/tag/v0.2.1.post1
The Kaleido version was not explicitly defined in requirements/runtime_requirements.txt. However, version v0.2.1.post1 (the latest version as of this commit) fails to install with some package managers, such as Poetry and UV. As a result, Kaleido is now fixed to version v0.2.1, meaning the latest available version for the package is v0.2.1 instead of v0.2.1.post1. This change will have no impact on most users, as v0.2.1.post1 only adds support for ARM32 architectures. SEE: plotly/Kaleido#176 SEE: https://github.com/plotly/Kaleido/releases/tag/v0.2.1.post1
Can't install using poetry on Windows 11 Python 3.11
The text was updated successfully, but these errors were encountered: