-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
Whenever I run update
to update my packages, I always get the following line
◐ LanguageServer Waiting for background task / IO / timer. Interrupt to inspect
which hangs for a while before yielding the following:
1 dependency had output during precompilation:
┌ LanguageServer
│ [ Info: Package CSV (336ed68f-0bac-5ca0-87d4-7b16caf5d00b) is cached.
│ [ Info: Package BenchmarkTools (6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf) is cached.
│ [ Info: Package LanguageServer (2b0e0bc5-e4fd-59b4-8912-456d1b03d8d7) is cached.
│ [ Info: Package PyCall (438e738f-606a-5dbb-bf0a-cddfbfd45ab0) is cached.
│ [ Info: Package NPZ (15e1cf62-19b3-5cfa-8e77-841668bca605) is cached.
│ [ Info: Package JSON (682c06a0-de6a-54ab-a142-c8b1cf79cde6) is cached.
│ [ Info: Package StatsBase (2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91) is cached.
│ [ Info: Package SymPy (24249f21-da20-56a4-8eb1-6a02cf4ae2e6) is cached.
│ [ Info: Package Latexify (23fbe1c1-3f47-55db-b15f-69d7ec21a316) is cached.
│ [ Info: Package PyPlot (d330b81b-6aea-500a-939a-2ce795aea3ee) is cached.
│ [ Info: Package FileIO (5789e2e9-d7fb-5bc7-8068-2c6fae9b9549) is cached.
│ [ Info: Package FFTW (7a1cc6ca-52ef-59f5-83cd-3a7055c09341) is cached.
│ [ Info: Symbol server indexing took 8.704601967 seconds.
│
│ [pid 478565] waiting for IO to finish:
│ Handle type uv_handle_t->data
│ timer 0x152d1800->0x7fb9f301ef50
│ This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.
│
│ [pid 478565] waiting for IO to finish:
│ Handle type uv_handle_t->data
│ timer 0x152d1800->0x7fb9f301ef50
│ This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.
└
I'm not sure what this means, and I'm not sure how to fix it. Please advise.
AlexanderPerez23, MikeWalrus, wgmitchener and jorgenorena
Metadata
Metadata
Assignees
Labels
No labels