-
Notifications
You must be signed in to change notification settings - Fork 42
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
Same issue |
These are the old versions of kaleido, and building and pushing them is quite difficult and somewhat a bad idea, it's not longer a viable strategy since the embedded chromium is now gigantic. A new version was released on 1.0.0rc, but it requires you to manually install chrome, or edge. The official new release is delayed by about a week (it was meant to come out pre-christmas, but it looks like the end of this week, due to me and the holidays), but it's being beefed up to help debugging and solving these issues. On top of that, I'm looking at longer term solutions using sciter or kobalt instead of using chrome externally, but thats in idea phase right now. edit: edit: thanks for the patience. |
Can't install using poetry on Windows 11 Python 3.11
The text was updated successfully, but these errors were encountered: