You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
┌ NearestNeighbors [b8a86587-4115-5ab1-83bc-aa920d37bbce]
│ [pid 26292] waiting for IO to finish:
│ TYPE[FD/PID] @UV_HANDLE_T->DATA
│ timer @00000243db2d3ee0->00000243da682620
Doesn't seem to happen if I delete the compiled libraries for only NearestNeighbors after compiling the whole package.
Does reproduce, if I wipe all compiled dependencies!
Not sure what could need waiting here?
julia> versioninfo()
Julia Version 1.10.0-beta2
Commit a468aa198d (2023-08-17 06:27 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 24 × AMD Ryzen 9 7900X 12-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 35 on 24 virtual cores
Environment:
JULIA_MAX_NUM_PRECOMPILE_FILES = 20
JULIA_NUM_PRECOMPILE_TASKS = 24
JULIA_NUM_THREADS = auto
JULIA_PKG_PRECOMPILE_AUTO = 0
The text was updated successfully, but these errors were encountered:
I don't think this is an issue with this package since it doesn't have an __init__ method. I think it is some Pkg problem (that is hopefully fixed) regarding extensions and precompilation.
I get this during compilation:
Doesn't seem to happen if I delete the compiled libraries for only NearestNeighbors after compiling the whole package.
Does reproduce, if I wipe all compiled dependencies!
Not sure what could need waiting here?
The text was updated successfully, but these errors were encountered: