jheinen / GR.jl

Plotting for Julia based on GR, a framework for visualisation applications
Other
356 stars 76 forks source link

GKS: svgplugin.dll: can't load library, error 126 (0x7e) #122

Open bdeonovic opened 6 years ago

bdeonovic commented 6 years ago

I noticed this issue (https://github.com/jheinen/GR.jl/issues/97) was closed, but I am still having this problem:

GKS: svgplugin.dll: can't load library, error 126 (0x7e)
Main> versioninfo()
Julia Version 0.6.2
Commit d386e40c17* (2017-12-13 18:08 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Prescott)
  LAPACK: libopenblas64_
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, broadwell)
Main> Pkg.status()
5 required packages:
 - GR                            0.31.0+            master
 - Hiccup                        0.1.1
 - IJulia                        1.8.0+             master
 - Mamba                         0.11.2
 - Plots                         0.17.2
81 additional packages:
 - AxisAlgorithms                0.2.0
 - BinDeps                       0.8.8
 - BinaryProvider                0.3.2
 - BufferedStreams               0.4.0
 - Cairo                         0.5.2
 - Calculus                      0.4.0
 - CategoricalArrays             0.3.9
 - CodecZlib                     0.4.3
 - ColorTypes                    0.6.7
 - Colors                        0.8.2
 - CommonSubexpressions          0.1.0
 - Compat                        0.68.0
 - Compose                       0.6.0
 - Conda                         0.8.1
 - Contour                       0.4.0
 - CoupledFields                 0.0.1
 - DataArrays                    0.7.0
 - DataFrames                    0.11.6
 - DataStreams                   0.3.6
 - DataStructures                0.8.3
 - DiffEqDiffTools               0.4.1
 - DiffResults                   0.0.3
 - DiffRules                     0.0.4
 - Distances                     0.6.0
 - Distributions                 0.15.0
 - DualNumbers                   0.3.0
 - FixedPointNumbers             0.4.6
 - ForwardDiff                   0.7.5
 - Gadfly                        0.7.0
 - Graphics                      0.3.0
 - Hexagons                      0.1.0
 - IndirectArrays                0.4.2
 - Interpolations                0.7.3
 - IterTools                     0.2.1
 - JSON                          0.17.2
 - Juno                          0.4.1
 - KernelDensity                 0.4.1
 - LibExpat                      0.4.2
 - Libz                          0.2.4
 - LightGraphs                   0.12.0
 - LineSearches                  6.0.1
 - Loess                         0.3.0
 - MacroTools                    0.4.1
 - MbedTLS                       0.5.11
 - Measures                      0.2.0
 - Media                         0.3.0
 - Missings                      0.2.9
 - NLSolversBase                 6.1.1
 - NaNMath                       0.3.1
 - NamedTuples                   4.0.2
 - Nullables                     0.0.5
 - Optim                         0.15.0
 - PDMats                        0.8.0
 - Parameters                    0.9.0
 - PlotThemes                    0.2.0
 - PlotUtils                     0.4.4
 - PositiveFactorizations        0.1.0
 - QuadGK                        0.2.1
 - Ratios                        0.2.0
 - RecipesBase                   0.3.1
 - Reexport                      0.1.0
 - Requires                      0.4.4
 - Rmath                         0.3.3
 - Roots                         0.6.0
 - SHA                           0.5.7
 - ShowItLikeYouBuildIt          0.2.0
 - Showoff                       0.2.0
 - SignedResponseTimeWithHints   0.0.0-             master (unregistered, dirty)
 - SimpleTraits                  0.6.0
 - SortingAlgorithms             0.2.1
 - SpecialFunctions              0.5.0
 - StaticArrays                  0.7.1
 - StatsBase                     0.23.0
 - StatsFuns                     0.6.0
 - TranscodingStreams            0.5.2
 - URIParser                     0.3.1
 - VersionParsing                1.1.1
 - WeakRefStrings                0.4.7
 - WinRPM                        0.3.2
 - WoodburyMatrices              0.2.2
 - ZMQ                           0.6.2
sgt101 commented 5 years ago

I have this issue as well :( I have version 0.35

jheinen commented 5 years ago

You should update at least GR and Plots and/or rebuild GR:

Pkg.update("GR")
Pkg.update("Plots")
ENV["GRDIR"]=""
Pkg.build("GR")
manuzrpEd commented 3 years ago

I get the following error:

Pkg.update("GR") Updating registry atC:\Users\manuz.julia\registries\General Updating git-repohttps://github.com/JuliaRegistries/General.git` ERROR: The following package names could not be resolved:

Any help?

manuzrpEd commented 3 years ago

Solved.

Pkg.add("GR")

worked for me.