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[E0432]: unresolved import plotters_bitmap #242

Open
liscody opened this issue Aug 29, 2022 · 1 comment
Open

error[E0432]: unresolved import plotters_bitmap #242

liscody opened this issue Aug 29, 2022 · 1 comment

Comments

@liscody
Copy link

liscody commented Aug 29, 2022

Hi.
I have a problem during the installation process.

error[E0432]: unresolved import plotters_bitmap
--> /home/aiv/.cargo/registry/src/github.com-1ecc6299db9ec823/plotters-0.3.3/src/evcxr.rs:4:5
|
4 | use plotters_bitmap::BitMapBackend;
| ^^^^^^^^^^^^^^^ use of undeclared crate or module plotters_bitmap

Compiling num-complex v0.4.2
Compiling num-traits v0.1.43
Compiling ordered-float v2.10.0
For more information about this error, try rustc --explain E0432.
error: could not compile plotters due to previous error
warning: build failed, waiting for other jobs to finish...
error: failed to compile move-cli v0.1.0 (https://github.com/diem/move?branch=main#08b7eae0), intermediate artifacts can be found at /tmp/cargo-install24OD2g

Screenshot from 2022-08-29 09-31-43

@mariusbld
Copy link

Workaround:
I was able to unblock myself by bumping plotters library to "0.3.3" across the board, and adding "plotters-bitmap" as a dependency
"plotters" now includes "plotters-bitmap" in the same repo

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