Skip to content

pin kaleido==0.2.1 #217

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

Merged
merged 3 commits into from
Sep 30, 2024
Merged

pin kaleido==0.2.1 #217

merged 3 commits into from
Sep 30, 2024

Conversation

theochemtheo
Copy link
Contributor

@theochemtheo theochemtheo commented Sep 30, 2024

@janosh janosh added pkg Package deps Dependency issues and PRs labels Sep 30, 2024
Copy link
Owner

@janosh janosh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@theochemtheo thanks for reporting and fixing! 👍

@janosh janosh enabled auto-merge (squash) September 30, 2024 12:50
@janosh janosh merged commit 17f1dea into janosh:main Sep 30, 2024
22 checks passed
@DanielYang59
Copy link
Collaborator

DanielYang59 commented Oct 6, 2024

Should that pin be 0.2.1.post1 instead of 0.2.1post1?

For some reason I didn't see kaleido==0.2.1.post1 in my available versions from pip for some reason (I'm also working on MacOS)?

>>> pip index versions kaleido
kaleido (0.2.1)
Available versions: 0.2.1, 0.2.0

>>> pip install kaleido==0.2.1.post1
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement kaleido==0.2.1.post1 (from versions: 0.2.0rc1, 0.2.0, 0.2.1)
ERROR: No matching distribution found for kaleido==0.2.1.post1

>>> pip install kaleido==0.2.1post1 
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement kaleido==0.2.1post1 (from versions: 0.2.0rc1, 0.2.0, 0.2.1)
ERROR: No matching distribution found for kaleido==0.2.1post1

@janosh
Copy link
Owner

janosh commented Oct 6, 2024

yes, good catch

@DanielYang59
Copy link
Collaborator

Can you install pip install kaleido==0.2.1.post1 (with dot before post1)? I cannot install it either:

pip install kaleido==0.2.1.post1
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement kaleido==0.2.1.post1 (from versions: 0.2.0rc1, 0.2.0, 0.2.1)
ERROR: No matching distribution found for kaleido==0.2.1.post1

@janosh
Copy link
Owner

janosh commented Oct 6, 2024

get the same error but that's consistent with there being only a linux wheel

@DanielYang59
Copy link
Collaborator

DanielYang59 commented Oct 6, 2024

Yes there's only a wheel for ARM32 Linux (I don't think pip would automatically pick this version) so I was wondering why the original author would have that issue (I cannot recreate locally).

Adds arm32 support, no changes to other architectures so they aren't published with this tag.

janosh added a commit that referenced this pull request Mar 28, 2025
* pin kaleido==0.2.1

* only exclude kaleido==0.2.1post1, allow future releases

* link relevant kaleido issue

---------

Co-authored-by: Janosh Riebesell <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Dependency issues and PRs pkg Package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to install with extras={test,export-figs,make-assets} on mac due to upstream issue with kaleido
3 participants