-
Notifications
You must be signed in to change notification settings - Fork 120
plotly 0.8.1 seems not work with kaleido 0.3.0 #106
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
Comments
I can confirm the same behavior. Compling plotly as a dependency in a standalone project gives the above error. Strangely, building any example in master branch works fine. Minimal example below. Cargo.toml
main.rs
|
I am new to rust, but after digging deeper, it seems that the Cargo published version of |
I agree with your findings, @andrei-ng. It looks like I need to bump the version of I'll need to ask @igiagkiozis for shared ownership of the |
@mfreeborn , I noticed you were hard at work to refactor and close all the PRs :) Any update on this one since the release of v0.8.2 would likely have the same issue ? |
I'm just chasing up access to the `plotly_kaleido` crate on crates.io now,
at which point I can push out a new release.
…On Thu, 3 Nov 2022 at 14:28, Andrei ***@***.***> wrote:
@mfreeborn <https://github.com/mfreeborn> , I noticed you were hard at
work to refactor and close all the PRs :)
Any update on this one since the release of v0.8.2 would likely have the
same issue ?
—
Reply to this email directly, view it on GitHub
<#106 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHSVKWGBSEX7G346L6SY7W3WGPDYVANCNFSM6AAAAAARDPCBUA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
OK, thank you! |
@andrei-ng @m-wim I would expect this to be fixed now in 0.8.3 :) |
I can confirm all works well now. Thank you very much for the effort @mfreeborn ! |
Thanks for the feedback :)
…________________________________
From: Andrei ***@***.***>
Sent: Monday, November 7, 2022 10:05:56 AM
To: igiagkiozis/plotly ***@***.***>
Cc: Michael Freeborn ***@***.***>; Mention ***@***.***>
Subject: Re: [igiagkiozis/plotly] plotly 0.8.1 seems not work with kaleido 0.3.0 (Issue #106)
I can confirm all works well now. Thank you very much for the effort @mfreeborn<https://github.com/mfreeborn> !
—
Reply to this email directly, view it on GitHub<#106 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHSVKWE3ZHKGYSUN77SIBLLWHDIAJANCNFSM6AAAAAARDPCBUA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Is there anything wrong with this?
Envrionment:
Toolchain: stable-x86_64-pc-windows-msvc
Rust/Cargo: 1.64.0
Steps to reproduce:
cargo init app_name
cd app_name
cargo add plotly
cargo add plotly --features kaleido
cargo check
Output:
....
The text was updated successfully, but these errors were encountered: