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

Unable to install WordTokenizers.jl #64

Closed
ablaom opened this issue Apr 8, 2024 · 2 comments
Closed

Unable to install WordTokenizers.jl #64

ablaom opened this issue Apr 8, 2024 · 2 comments

Comments

@ablaom
Copy link

ablaom commented Apr 8, 2024

julia> Pkg.activate(temp=true)
  Activating new project at `/var/folders/4n/gvbmlhdc8xj973001s6vdyw00000gq/T/jl_iVQTya`

julia> Pkg.add("WordTokenizers")
   Resolving package versions...

  < some logging omitted>

Precompiling project...
  ✗ WordTokenizers
  0 dependencies successfully precompiled in 3 seconds. 21 already precompiled.
  2 dependencies errored.
  For a report of the errors see `julia> err`. To retry use `pkg> precompile`

julia> using WordTokenizers
Precompiling WordTokenizers
        Info Given WordTokenizers was explicitly requested, output will be shown live 
ERROR: LoadError: ArgumentError: Package DataDeps [124859b0-ceae-595e-8997-d05f6a7a8dfe] is required but does not seem to be installed:
 - Run `Pkg.instantiate()` to install all recorded dependencies.

Stacktrace:
  [1] _require(pkg::Base.PkgId, env::String)
    @ Base ./loading.jl:1926
  [2] __require_prelocked(uuidkey::Base.PkgId, env::String)

< logging truncated>
julia> versioninfo()
Julia Version 1.10.1
Commit 7790d6f0641 (2024-02-13 20:41 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: macOS (x86_64-apple-darwin22.4.0)
  CPU: 12 × Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, skylake)
Threads: 12 default, 0 interactive, 6 GC (on 12 virtual cores)
Environment:
  JULIA_LTS_PATH = /Applications/Julia-1.6.app/Contents/Resources/julia/bin/julia
  JULIA_PATH = /Applications/Julia-1.10.app/Contents/Resources/julia/bin/julia
  JULIA_EGLOT_PATH = /Applications/Julia-1.7.app/Contents/Resources/julia/bin/julia
  JULIA_NUM_THREADS = 12
  DYLD_LIBRARY_PATH = /usr/local/homebrew/Cellar/libomp/9.0.1/lib/
  JULIA_NIGHTLY_PATH = /Applications/Julia-1.10.app/Contents/Resources/julia/bin/julia

(jl_iVQTya) pkg> status -m
Status `/private/var/folders/4n/gvbmlhdc8xj973001s6vdyw00000gq/T/jl_iVQTya/Manifest.toml`
  [d1d4a3ce] BitFlags v0.1.8
  [944b1d66] CodecZlib v0.7.4
  [f0e56b4a] ConcurrentUtilities v2.4.1
  [124859b0] DataDeps v0.7.13
  [460bff9d] ExceptionUnwrapping v0.1.10
  [7693890a] HTML_Entities v1.0.1
  [cd3eb016] HTTP v1.10.5
  [692b3bcd] JLLWrappers v1.5.0
  [e6f89c97] LoggingExtras v1.0.3
  [739be429] MbedTLS v1.1.9
  [4d8831e6] OpenSSL v1.4.2
  [21216c6a] Preferences v1.4.3
  [189a3867] Reexport v1.2.2
  [6c6a2e73] Scratch v1.2.1
  [777ac1f9] SimpleBufferStream v1.1.0
  [9700d1a9] StrTables v1.0.1
  [3bb67fe8] TranscodingStreams v0.10.7
  [5c2747f8] URIs v1.5.1
  [796a5d58] WordTokenizers v0.5.6
  [458c3c95] OpenSSL_jll v3.0.13+1
  [56f22d72] Artifacts
  [2a0f44e3] Base64
  [ade2ca70] Dates
  [b77e0a4c] InteractiveUtils
  [8f399da3] Libdl
  [56ddb016] Logging
  [d6f4376e] Markdown
  [ca575930] NetworkOptions v1.2.0
  [de0858da] Printf
  [9a3f8284] Random
  [ea8e919c] SHA v0.7.0
  [9e88b42a] Serialization
  [6462fe0b] Sockets
  [fa267f1f] TOML v1.0.3
  [8dfed614] Test
  [cf7118a7] UUIDs
  [4ec0a83e] Unicode
  [c8ffd9c3] MbedTLS_jll v2.28.2+1
  [14a3606d] MozillaCACerts_jll v2023.1.10
  [83775a58] Zlib_jll v1.2.13+1
  [3f19e933] p7zip_jll v17.4.0+2

If I pin DataDeps to 0.7.0 the issue goes away, so maybe something there has breaking WordTokenizers. Current version of that package is 0.7.13

@oxinabox
Copy link
Member

oxinabox commented Apr 8, 2024

I can't reproduce with same julia version even.

julia> versioninfo()
Julia Version 1.10.1
Commit 7790d6f0641 (2024-02-13 20:41 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 20 × 12th Gen Intel(R) Core(TM) i7-12700H
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, alderlake)
Threads: 1 default, 0 interactive, 1 GC (on 20 virtual cores)
Environment:
  JULIA_PKG_SERVER = 
  JULIA_PKG_USE_CLI_GIT = true

@ablaom
Copy link
Author

ablaom commented Apr 8, 2024

In a fresh Julia depot I am unable to reproduce. Closing for now.

Thanks @oxinabox again for the prompt attention.

@ablaom ablaom closed this as completed Apr 8, 2024
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