Removing Makie

Hello, i’m trying to remove Makie, since i’m not going to use it anymore, and it’s causing some errors in my code. But i’m having this problem.

julia> Pkg.rm("Makie")
WARNING: julia is fixed at 0.6.3 conflicting with requirement for Makie: [0.7.0,∞)
WARNING: julia is fixed at 0.6.3 conflicting with requirement for AbstractPlotting: [0.7.0,∞)
ERROR: fixed packages introduce conflicting requirements for GLFW:
         Makie requires versions [2.2.0,∞) [none of the available versions can satisfy this requirement]
       available versions are 0.0.0, 0.0.1, 1.0.0-alpha, 1.0.0-alpha.1, 1.0.0-alpha.2, 1.0.0-alpha.3, 1.0.0-alpha.4, 1.0.0-alpha.5, 1.0.0-alpha.6, 1.0.0-alpha.7, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.2.0, 1.2.1, 1.2.2, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 2.0.0-alpha and 2.0.1
Stacktrace:
 [1] check_requirements(::Dict{String,Base.Pkg.Types.VersionSet}, ::Dict{String,Dict{VersionNumber,Base.Pkg.Types.Available}}, ::Dict{String,Base.Pkg.Types.Fixed}) at .\pkg\query.jl:259
 [2] resolve(::Dict{String,Base.Pkg.Types.VersionSet}, ::Dict{String,Dict{VersionNumber,Base.Pkg.Types.Available}}, ::Dict{String,Tuple{VersionNumber,Bool}}, ::Dict{String,Base.Pkg.Types.Fixed}, ::Dict{String,VersionNumber}, ::Set{String}) at .\pkg\entry.jl:498
 [3] resolve(::Dict{String,Base.Pkg.Types.VersionSet}, ::Dict{String,Dict{VersionNumber,Base.Pkg.Types.Available}}, ::Dict{String,Tuple{VersionNumber,Bool}}, ::Dict{String,Base.Pkg.Types.Fixed}) at .\pkg\entry.jl:479
 [4] edit(::Function, ::String) at .\pkg\entry.jl:30
 [5] rm(::String) at .\pkg\entry.jl:81
 [6] (::Base.Pkg.Dir.##4#7{Array{Any,1},Base.Pkg.Entry.#rm,Tuple{String}})() at .\pkg\dir.jl:36
 [7] cd(::Base.Pkg.Dir.##4#7{Array{Any,1},Base.Pkg.Entry.#rm,Tuple{String}}, ::String) at .\file.jl:59
 [8] #cd#1(::Array{Any,1}, ::Function, ::Function, ::String, ::Vararg{Any,N} where N) at .\pkg\dir.jl:36
 [9] rm(::String) at .\pkg\pkg.jl:108
 [10] macro expansion at C:\Users\Muril\.julia\v0.6\Atom\src\repl.jl:118 [inlined]
 [11] anonymous at .\<missing>:?

You could just delete the .julia/v0.6/Makie folder manually

2 Likes

Allright, thanks!