Skip to content

Precompilation error due to WeakRefStrings #912

@junglegobs

Description

@junglegobs

Perhaps an issue with WeakRefStrings itself, but I get the following errors when trying to use CSV on Julia 1.6.2. See also this discourse post

(Julia_Pkg_Dev) pkg> free CSV
    Updating `~/Desktop/Julia_Pkg_Dev/Project.toml`
  [336ed68f] ~ CSV v0.8.5 v0.8.5
    Updating `~/Desktop/Julia_Pkg_Dev/Manifest.toml`
  [336ed68f] ~ CSV v0.8.5 v0.8.5

(Julia_Pkg_Dev) pkg> up
    Updating registry at `~/.julia/registries/General`
    Updating git-repo `https://github.com/JuliaRegistries/General.git`
    Updating registry at `~/.julia/registries/SpineRegistry`
    Updating git-repo `https://github.com/Spine-project/SpineJuliaRegistry.git`
    Updating `~/Desktop/Julia_Pkg_Dev/Project.toml`
  [336ed68f]  CSV v0.8.5  v0.9.4
    Updating `~/Desktop/Julia_Pkg_Dev/Manifest.toml`
  [336ed68f]  CSV v0.8.5  v0.9.4
  [48062228] + FilePathsBase v0.9.11
  [69de0a69]  Parsers v1.1.2  v2.0.3
  [ea10d353] + WeakRefStrings v1.3.0
Precompiling project...
  ✗ WeakRefStrings
  ✗ CSV
  0 dependencies successfully precompiled in 7 seconds (116 already precompiled)
  2 dependencies errored. To see a full report either run `import Pkg; Pkg.precompile()` or load the packages

(Julia_Pkg_Dev) pkg> pin CSV@0.8.5
   Resolving package versions...
    Updating `~/Desktop/Julia_Pkg_Dev/Project.toml`
  [336ed68f]  CSV v0.9.4  v0.8.5 ⚲
    Updating `~/Desktop/Julia_Pkg_Dev/Manifest.toml`
  [336ed68f]  CSV v0.9.4  v0.8.5 ⚲
  [48062228] - FilePathsBase v0.9.11
  [69de0a69]  Parsers v2.0.3  v1.1.2
  [ea10d353] - WeakRefStrings v1.3.0

(Julia_Pkg_Dev) pkg> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions