GiovineItalia / Gadfly.jl

Crafty statistical graphics for Julia.
http://gadflyjl.org/stable/
Other
1.9k stars 250 forks source link

Gadfly wont precompile #1545

Open vishalhedgevantage opened 3 years ago

vishalhedgevantage commented 3 years ago

I tried installing Gadfly on computer running Windows 10 Professional. The error message I get is UndefVarError: @printf not defined Gadfly version is 1.2.1

bjarthur commented 3 years ago

current version is 1.3.3. does that work?

vishalhedgevantage commented 3 years ago

I get the following error with version 1.3.3 ERROR: Unsatisfiable requirements detected for package CategoricalArrays [324d7699]: CategoricalArrays [324d7699] log: ├─possible versions are: 0.3.11-0.10.0 or uninstalled ├─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: 0.7.0-0.7.7 │ └─DataFrames [a93c6f00] log: │ ├─possible versions are: 0.11.7-1.1.1 or uninstalled │ ├─restricted to versions by an explicit requirement, leaving only versions 0.11.7-1.1.1 │ └─restricted by compatibility requirements with ShapML [8523bd24] to versions: 0.20.0-0.20.2 │ └─ShapML [8523bd24] log: │ ├─possible versions are: 0.1.0-0.3.0 or uninstalled │ └─restricted to versions by an explicit requirement, leaving only versions 0.1.0-0.3.0 └─restricted by compatibility requirements with Gadfly [c91e804a] to versions: 0.8.0-0.10.0 — no versions left └─Gadfly [c91e804a] log: ├─possible versions are: 0.8.0-1.3.3 or uninstalled └─restricted to versions 1.3.3 by an explicit requirement, leaving only versions 1.3.3

bjarthur commented 3 years ago

have you tried installing in a clean environment? ]activate test; add Gadfly