JuliaGizmos / Interact.jl

Interactive widgets to play with your Julia code
Other
522 stars 77 forks source link

Compatibility issue with DataFrames #403

Closed JinraeKim closed 2 years ago

JinraeKim commented 2 years ago

When trying to add Interact.jl, it gives me an error as

ERROR: Unsatisfiable requirements detected for package Compat [34da2185]:
 Compat [34da2185] log:
 ├─possible versions are: 1.0.0-3.37.0 or uninstalled
 ├─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: 3.17.0-3.37.0
 │ └─DataFrames [a93c6f00] log:
 │   ├─possible versions are: 0.11.7-1.2.2 or uninstalled
 │   └─restricted to versions 1.2.0-1 by FlightSims [a4c2f6ca], leaving only versions 1.2.0-1.2.2
 │     └─FlightSims [a4c2f6ca] log:
 │       ├─possible versions are: 0.8.2 or uninstalled
 │       └─FlightSims [a4c2f6ca] is fixed to version 0.8.2
 └─restricted by compatibility requirements with Interact [c601a237] to versions: 1.0.0-2.2.1 — no versions left
   └─Interact [c601a237] log:
     ├─possible versions are: 0.8.0-0.10.3 or uninstalled
     ├─restricted to versions * by an explicit requirement, leaving only versions 0.8.0-0.10.3
     └─restricted by compatibility requirements with Reexport [189a3867] to versions: 0.8.0 or uninstalled, leaving only versions: 0.8.0
       └─Reexport [189a3867] log:
         ├─possible versions are: 0.2.0-1.2.2 or uninstalled
         └─restricted to versions 1 by FlightSims [a4c2f6ca], leaving only versions 1.0.0-1.2.2
           └─FlightSims [a4c2f6ca] log: see above
twavv commented 2 years ago

Should be fixed when https://github.com/JuliaRegistries/General/pull/45236 is merged.

Can you try once that's done (should just be <= 1 hour, assuming everything goes well)