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

MakieCore.jl #10

Open
agerlach opened this issue Nov 9, 2022 · 2 comments
Open

MakieCore.jl #10

agerlach opened this issue Nov 9, 2022 · 2 comments

Comments

@agerlach
Copy link

agerlach commented Nov 9, 2022

I see you depend on MakieCore.jl. That has be depreciated (https://github.com/JuliaPlots/MakieCore.jl). Can this be updated to depend on Makie instead? I realize that that seems like a heavy dep given that you also support Plots.jl.

I have sysimages build for Makie and I am unable to add TuePlots due to a version conflict with MakieCore in the sysimage.

@nathanaelbosch
Copy link
Owner

It seems to me that the "deprecation" relates to the specific github repo (with the url https://github.com/JuliaPlots/MakieCore.jl), not the package itself. It is now located in the Makie monorepo (with the url https://github.com/MakieOrg/Makie.jl/tree/master/MakieCore). So I think depending only on MakieCore.jl would still be the preferrabe thing to do in this package.

What version conflict do you encounter exactly? Maybe relaxing the MakieCore compat entry could fix your issue?

@agerlach
Copy link
Author

I have a sysimage with Makie and CairoMakie built in. This sysimage is rebuilt nightly. Looking at the Manifest, it has MakieCore 0.5.2.

Here, I am trying to add TuePlots in a session using that sysimage

(@v1.8) pkg> st
Status `~/.julia/environments/v1.8/Project.toml`
  [13f3f980] CairoMakie v0.9.2
  [7073ff75] IJulia v1.23.3
  [ee78f7c6] Makie v0.18.2
  [9b87118b] PackageCompiler v2.1.0
  [91a5bcdd] Plots v1.36.1
  [d6f4376e] Markdown
(@v1.8) pkg> add TuePlots
    Updating registry at `~/.julia/registries/General.toml`
   Resolving package versions...
ERROR: Unsatisfiable requirements detected for package MakieCore [20f20a25]:
 MakieCore [20f20a25] log:
 ├─possible versions are: 0.5.2 or uninstalled (package in sysimage!)
 └─found to have no compatible versions left with TuePlots [7dc86ad5]
   └─TuePlots [7dc86ad5] log:
     ├─possible versions are: 0.1.0 or uninstalled
     └─restricted to versions * by an explicit requirement, leaving only versions 0.1.0

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