This has gotten worse. A new version of the extension came out on January 9 and now adding the path to the extension settings no longer works. The Julia extension is not even usable any more. It just keeps prompting and prompting. ON MacOS. I installed with the Julia provided .dmg for Julia. Not not Juliaup. If you make everyone use Juliaup,
And something is wrong with environments and projects. I am forever being told to create a new environment in every directory that contains Julia code. Didnโt used to be this way. Environments with package manifests are an anti-pattern for dealing with broken (temporarily) packages. All I want is main or whatever the default environment is. I will never pin package versions. Some people really need those capabilities and that is all good. But most people do not.
Getting messages like this over and over. Never used to see these until the past month.
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
ERROR: LoadError: ArgumentError: Package OpenSSL_jll [458c3c95-2e84-50aa-8efc-19380b2a3a95] is required but does not seem to be installed:
- Run `Pkg.instantiate()` to install all recorded dependencies.
Skip to main panel
/Dropbox/julia-code/
Julia 1.12
Julia: A fresh approach to technical computing.
import filt.jl
ArgumentError: Package filt not found in current path.
- Run `import Pkg; Pkg.add("filt")` to install the filt package.
Stacktrace:
[1] macro expansion
@ ./loading.jl:2400 [inlined]
[2] macro expansion
@ ./lock.jl:376 [inlined]
[3] __require(into::Module, mod::Symbol)
@ Base ./loading.jl:2383
[4] require(into::Module, mod::Symbol)
@ Base ./loading.jl:2359
[5] eval(m::Module, e::Any)
@ Core ./boot.jl:489
include("filt.jl")
test_logic (generic function with 1 method)
test_logic()
4-element Vector{Bool}:
0
0
1
0
filt_dot(vec1, vec2, vec3)
2288-element Vector{Int64}:
79
137
366
411
529
562
572
575
610
811
832
892
895
โฎ
99485
99487
99561
99574
99617
99639
99692
99811
99847
99872
99884
99948
using Pkg
Pkg.status()
Status `~/.julia/environments/v1.12/Project.toml`
[6e4b80f9] BenchmarkTools v1.6.3
[324d7699] CategoricalArrays v1.0.2
[c70e2dfc] CovidSim_ilm v0.8.0 `~/code/Covid Modeling/Covid-ILM`
[a93c6f00] DataFrames v1.8.1
[8bb1440f] DelimitedFiles v1.9.1
โ [31c24e10] Distributions v0.25.122
[f67ccb44] HDF5 v0.17.2
[7073ff75] IJulia v1.33.0
[916415d5] Images v0.26.2
[6deec6e2] IndexedTables v1.0.1
[692b3bcd] JLLWrappers v1.7.1
[2b0e0bc5] LanguageServer v4.5.1
[3f3958f0] LazyTables v0.1.2
[bdcacae8] LoopVectorization v0.12.173
โ [23992714] MAT v0.11.2
[5fb14364] OhMyREPL v0.5.32
[ccf2f8ad] PlotThemes v3.3.0
โ [91a5bcdd] Plots v1.41.2
[8162dcfd] PrettyPrint v0.2.0
[92933f4c] ProgressMeter v1.11.0
โ [295af30f] Revise v3.12.3
โ [2913bbd2] StatsBase v0.34.8
[bd369af6] Tables v1.12.1
[9d95f2ec] TypedTables v1.4.6
[ddb6d928] YAML v0.4.16
Info Packages marked with โ have new versions available and may be upgradable.
Pkg.update()
Updating registry at `~/.julia/registries/General.toml`
Installed Opus_jll โโโโโโโโโโโโโ v1.6.0+0
Installed JpegTurbo_jll โโโโโโโโ v3.1.4+0
Installed SciMLPublic โโโโโโโโโโ v1.0.1
Installed PDMats โโโโโโโโโโโโโโโ v0.11.37
Installed StaticArrays โโโโโโโโโ v1.9.16
Installed Revise โโโโโโโโโโโโโโโ v3.13.1
Installed NearestNeighbors โโโโโ v0.4.26
Installed MAT โโโโโโโโโโโโโโโโโโ v0.11.4
Installed MappedArrays โโโโโโโโโ v0.4.3
Installed SentinelArrays โโโโโโโ v1.4.9
Installed GLFW_jll โโโโโโโโโโโโโ v3.4.1+0
Installed XZ_jll โโโโโโโโโโโโโโโ v5.8.2+0
Installed libpng_jll โโโโโโโโโโโ v1.6.53+0
Installed StatsBase โโโโโโโโโโโโ v0.34.9
Installed Plots โโโโโโโโโโโโโโโโ v1.41.4
Installed Imath_jll โโโโโโโโโโโโ v3.2.2+0
Installed ChunkCodecCore โโโโโโโ v1.0.1
Installed OpenEXR_jll โโโโโโโโโโ v3.4.4+0
Installed FFMPEG_jll โโโโโโโโโโโ v8.0.1+0
Installed JuliaInterpreter โโโโโ v0.10.9
Installed SimpleWeightedGraphs โ v1.5.1
Installed Dictionaries โโโโโโโโโ v0.4.6
Installed HostCPUFeatures โโโโโโ v0.1.18
Installed WoodburyMatrices โโโโโ v1.1.0
Installed Distributions โโโโโโโโ v0.25.123
Installing 8 artifacts
Installed artifact GLFW 124.2 KiB
Installed artifact libpng 315.2 KiB
Installed artifact Imath 180.2 KiB
Installed artifact Opus 336.0 KiB
Installed artifact XZ 724.9 KiB
Installed artifact OpenEXR 1.1 MiB
Installed artifact JpegTurbo 1.4 MiB
Installed artifact FFMPEG 11.8 MiB
Updating `~/.julia/environments/v1.12/Project.toml`
[31c24e10] โ Distributions v0.25.122 โ v0.25.123
[23992714] โ MAT v0.11.2 โ v0.11.4
[91a5bcdd] โ Plots v1.41.2 โ v1.41.4
[295af30f] โ Revise v3.12.3 โ v3.13.1
[2913bbd2] โ StatsBase v0.34.8 โ v0.34.9
Updating `~/.julia/environments/v1.12/Manifest.toml`
[e1450e63] - BufferedStreams v1.2.2
[0b6fb165] โ ChunkCodecCore v1.0.0 โ v1.0.1
[85a47980] โ Dictionaries v0.4.5 โ v0.4.6
[31c24e10] โ Distributions v0.25.122 โ v0.25.123
[c27321d9] โ Glob v1.3.1 โ v1.4.0
[3e5b6fbb] โ HostCPUFeatures v0.1.17 โ v0.1.18
[aa1ae85d] โ JuliaInterpreter v0.10.8 โ v0.10.9
[23992714] โ MAT v0.11.2 โ v0.11.4
[dbb5928d] โ MappedArrays v0.4.2 โ v0.4.3
[b8a86587] โ NearestNeighbors v0.4.24 โ v0.4.26
[90014a1f] โ PDMats v0.11.36 โ v0.11.37
[91a5bcdd] โ Plots v1.41.2 โ v1.41.4
[21216c6a] โ Preferences v1.5.0 โ v1.5.1 [loaded: v1.5.0]
[295af30f] โ Revise v3.12.3 โ v3.13.1
[431bcebd] โ SciMLPublic v1.0.0 โ v1.0.1
[91c51154] โ SentinelArrays v1.4.8 โ v1.4.9
[47aef6b3] โ SimpleWeightedGraphs v1.5.0 โ v1.5.1
[90137ffa] โ StaticArrays v1.9.15 โ v1.9.16
[2913bbd2] โ StatsBase v0.34.8 โ v0.34.9
[efce3f68] โ WoodburyMatrices v1.0.0 โ v1.1.0
[b22a6f82] โ FFMPEG_jll v8.0.0+0 โ v8.0.1+0
[0656b61e] โ GLFW_jll v3.4.0+2 โ v3.4.1+0
[905a6f67] โ Imath_jll v3.1.11+0 โ v3.2.2+0
[aacddb02] โ JpegTurbo_jll v3.1.3+0 โ v3.1.4+0
[18a262bb] โ OpenEXR_jll v3.2.4+0 โ v3.4.4+0
[91d4177d] โ Opus_jll v1.5.2+0 โ v1.6.0+0
[ffd25f8a] โ XZ_jll v5.8.1+0 โ v5.8.2+0
[b53b4c65] โ libpng_jll v1.6.51+0 โ v1.6.53+0
Precompiling packages...
294.6 ms โ SciMLPublic
282.4 ms โ ChunkCodecCore
282.7 ms โ MappedArrays
406.4 ms โ WoodburyMatrices
611.9 ms โ Dictionaries
497.7 ms โ PDMats
656.5 ms โ SentinelArrays
1015.3 ms โ Imath_jll
523.3 ms โ Opus_jll
685.6 ms โ libpng_jll
874.3 ms โ JpegTurbo_jll
455.3 ms โ XZ_jll
2092.8 ms โ StatsBase
3488.5 ms โ JuliaInterpreter
497.0 ms โ ChunkCodecLibZlib
928.8 ms โ ChunkCodecLibZstd
2616.7 ms โ Static
475.3 ms โ MosaicViews
571.9 ms โ SplitApplyCombine
683.5 ms โ AxisAlgorithms
766.2 ms โ FillArrays โ FillArraysPDMatsExt
4212.3 ms โ StaticArrays
617.8 ms โ CategoricalArrays โ CategoricalArraysSentinelArraysExt
1088.6 ms โ OpenEXR_jll
1745.4 ms โ Ghostscript_jll
912.3 ms โ libsixel_jll
1259.2 ms โ libzip_jll
933.6 ms โ Libtiff_jll
943.3 ms โ OnlineStatsBase
6988.3 ms โ Cairo_jll
511.7 ms โ CategoricalArrays โ CategoricalArraysStatsBaseExt
518.1 ms โ PDMats โ StatsBaseExt
9260.1 ms โ CSV
13307.8 ms โ MAT
499.0 ms โ BitTwiddlingConvenienceFunctions
461.1 ms โ CPUSummary
4579.7 ms โ LoweredCodeUtils
1198.7 ms โ TypedTables
611.3 ms โ StaticArrays โ StaticArraysStatisticsExt
865.6 ms โ StaticArrays โ StaticArraysChainRulesCoreExt
1301.0 ms โ ArnoldiMethod
1114.9 ms โ CoordinateTransformations
384.6 ms โ ConstructionBase โ ConstructionBaseStaticArraysExt
480.5 ms โ RegionTrees
9454.0 ms โ ImageCore
352.0 ms โ Adapt โ AdaptStaticArraysExt
1672.7 ms โ Rotations
10641.1 ms โ StaticArrayInterface
662.7 ms โ LittleCMS_jll
2449.1 ms โ Latexify
2619.2 ms โ OpenEXR
1307.5 ms โ libwebp_jll
15112.8 ms โ JLD2
789.3 ms โ HostCPUFeatures
1511.2 ms โ HarfBuzz_jll
678.4 ms โ PolyesterWeave
2434.1 ms โ IndexedTables
2452.1 ms โ NearestNeighbors
3206.2 ms โ Graphs
1377.0 ms โ ImageBase
1663.7 ms โ JpegTurbo
2494.6 ms โ PNGFiles
7231.6 ms โ Revise
1046.4 ms โ LazyTables
1948.6 ms โ Sixel
9780.3 ms โ Distributions
571.2 ms โ StaticArrayInterface โ StaticArrayInterfaceOffsetArraysExt
32856.1 ms โ DataFrames
377.7 ms โ StaticArrayInterface โ StaticArrayInterfaceStaticArraysExt
296.1 ms โ CloseOpenIntervals
355.0 ms โ LayoutPointers
1953.6 ms โ Interpolations
574.3 ms โ OpenJpeg_jll
1855.3 ms โ Rotations โ RotationsRecipesBaseExt
920.2 ms โ Latexify โ SparseArraysExt
908.4 ms โ JLD2 โ UnPackExt
1313.3 ms โ WebP
1352.2 ms โ libass_jll
1255.1 ms โ Pango_jll
1366.9 ms โ Clustering
1419.8 ms โ MetaGraphs
1284.5 ms โ SimpleWeightedGraphs
1088.5 ms โ ImageAxes
1336.8 ms โ HistogramThresholding
839.1 ms โ Revise โ DistributedExt
1042.5 ms โ Distributions โ DistributionsTestExt
586.7 ms โ TiledIteration
1265.8 ms โ Distributions โ DistributionsChainRulesCoreExt
1186.9 ms โ Latexify โ DataFramesExt
4156.3 ms โ ImageShow
2307.4 ms โ ImageTransformations
1794.5 ms โ ImageMagick_jll
371.7 ms โ GLFW_jll
990.5 ms โ ImageMetadata
5603.4 ms โ VectorizationBase
2039.9 ms โ ImageContrastAdjustment
5628.1 ms โ FFMPEG_jll
1180.1 ms โ Netpbm
2205.2 ms โ ImageMagick
1128.8 ms โ SLEEFPirates
11952.4 ms โ IJulia โ IJuliaReviseExt
3974.8 ms โ FFMPEG
11467.6 ms โ ImageBinarization
11150.3 ms โ GR_jll
11465.5 ms โ LoopVectorization
716.2 ms โ LoopVectorization โ SpecialFunctionsExt
2600.4 ms โ GR
1954.2 ms โ ImageMorphology
995.3 ms โ GR โ GRIJuliaExt
1212.8 ms โ ImageDistances
27259.8 ms โ ImageFiltering
3980.5 ms โ ImageSegmentation
4695.8 ms โ ImageCorners
4701.3 ms โ ImageQualityIndexes
6183.6 ms โ Images
31137.3 ms โ Plots
1858.0 ms โ Plots โ IJuliaExt
1911.0 ms โ Plots โ FileIOExt
7325.2 ms โ CovidSim_ilm
119 dependencies successfully precompiled in 105 seconds. 311 already precompiled.
Info We haven't cleaned this depot up for a bit, running Pkg.gc()...
Active manifest files: 4 found
Active artifact files: 155 found
Active scratchspaces: 2 found
Deleted no artifacts, repos, packages or scratchspaces
using CovidSim_ilm
[ Info: Precompiling CovidSim_ilm [c70e2dfc-8e06-4fce-bc57-ad774aa1cb0a] (cache misses: wrong dep version loaded (2))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing CovidSim_ilm [c70e2dfc-8e06-4fce-bc57-ad774aa1cb0a].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
[ Info: Precompiling Distributions [31c24e10-a181-5473-b8eb-7969acd0382f] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing Distributions [31c24e10-a181-5473-b8eb-7969acd0382f].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling StatsFuns [4c63d2b9-4356-54db-8cca-17b64c39e42c] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing StatsFuns [4c63d2b9-4356-54db-8cca-17b64c39e42c].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling SpecialFunctions [276daf66-3868-5448-9aa4-cd146d93841b] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing SpecialFunctions [276daf66-3868-5448-9aa4-cd146d93841b].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling OpenSpecFun_jll [efe28fd5-8261-553b-a9e1-b2916fc3738e] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing OpenSpecFun_jll [efe28fd5-8261-553b-a9e1-b2916fc3738e].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling Rmath [79098fc4-a85e-5d69-aa6a-4863f24498fa] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing Rmath [79098fc4-a85e-5d69-aa6a-4863f24498fa].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling Rmath_jll [f50d1b31-88e8-58de-be2c-1cc44531875f] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing Rmath_jll [f50d1b31-88e8-58de-be2c-1cc44531875f].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling HypergeometricFunctions [34004b35-14d8-5ef3-9330-4cdb6864b03a] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module SpecialFunctions with build ID ffffffff-ffff-ffff-43e6-5789a9fcf19f is missing from the cache.
โ This may mean SpecialFunctions [276daf66-3868-5448-9aa4-cd146d93841b] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing HypergeometricFunctions [34004b35-14d8-5ef3-9330-4cdb6864b03a].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80] (cache misses: wrong dep version loaded (2))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
[ Info: Precompiling SpecialFunctionsExt [997ecda8-951a-5f50-90ea-61382e97704b] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module SpecialFunctions with build ID ffffffff-ffff-ffff-43e6-5789a9fcf19f is missing from the cache.
โ This may mean SpecialFunctions [276daf66-3868-5448-9aa4-cd146d93841b] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing SpecialFunctionsExt [997ecda8-951a-5f50-90ea-61382e97704b].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
[ Info: Precompiling JLFzf [1019f520-868f-41f5-a6de-eb00f4b6a39c] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing JLFzf [1019f520-868f-41f5-a6de-eb00f4b6a39c].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling fzf_jll [214eeab7-80f7-51ab-84ad-2988db7cef09] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing fzf_jll [214eeab7-80f7-51ab-84ad-2988db7cef09].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling FFMPEG [c87230d0-a227-11e9-1b43-d7ebe4e7570a] (cache misses: wrong dep version loaded (2))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing FFMPEG [c87230d0-a227-11e9-1b43-d7ebe4e7570a].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling FFMPEG_jll [b22a6f82-2f65-5046-a5b2-351ab43fb4e5] (cache misses: wrong dep version loaded (2))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing FFMPEG_jll [b22a6f82-2f65-5046-a5b2-351ab43fb4e5].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling libass_jll [0ac62f75-1d6f-5e53-bd7c-93b484bb37c0] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing libass_jll [0ac62f75-1d6f-5e53-bd7c-93b484bb37c0].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling FreeType2_jll [d7e528f0-a631-5988-bf34-fe36492bcfd7] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing FreeType2_jll [d7e528f0-a631-5988-bf34-fe36492bcfd7].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling Bzip2_jll [6e34b625-4abd-537c-b88f-471c36dfa7a0] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing Bzip2_jll [6e34b625-4abd-537c-b88f-471c36dfa7a0].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling FriBidi_jll [559328eb-81f9-559d-9380-de523a88c83c] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing FriBidi_jll [559328eb-81f9-559d-9380-de523a88c83c].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling HarfBuzz_jll [2e76f6c2-a576-52d4-95c1-20adfe4de566] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing HarfBuzz_jll [2e76f6c2-a576-52d4-95c1-20adfe4de566].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling Cairo_jll [83423d85-b0ee-5818-9007-b63ccbeb887a] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing Cairo_jll [83423d85-b0ee-5818-9007-b63ccbeb887a].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling Glib_jll [7746bdde-850d-59dc-9ae8-88ece973131d] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing Glib_jll [7746bdde-850d-59dc-9ae8-88ece973131d].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling GettextRuntime_jll [b0724c58-0f36-5564-988d-3bb0596ebc4a] (cache misses: wrong dep version loaded (2))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing GettextRuntime_jll [b0724c58-0f36-5564-988d-3bb0596ebc4a].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling Libiconv_jll [94ce4f54-9a6c-5748-9c1c-f9c7231a4531] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing Libiconv_jll [94ce4f54-9a6c-5748-9c1c-f9c7231a4531].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling Libffi_jll [e9f186c6-92d2-5b65-8a66-fee21dc1b490] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing Libffi_jll [e9f186c6-92d2-5b65-8a66-fee21dc1b490].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling Pixman_jll [30392449-352a-5448-841d-b1acce4e97dc] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing Pixman_jll [30392449-352a-5448-841d-b1acce4e97dc].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling LLVMOpenMP_jll [1d63c593-3942-5779-bab2-d838dc0a180e] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing LLVMOpenMP_jll [1d63c593-3942-5779-bab2-d838dc0a180e].
โ exception = Error when precompiling module, potentially caused by a __precompile__(false) declaration in the module.
[ Info: Precompiling libpng_jll [b53b4c65-9356-5827-b1ea-8c7a1a84506f] (cache misses: wrong dep version loaded (4))
SYSTEM: caught exception of type :MethodError while trying to print a failed Task notice; giving up
โ Warning: Module JLLWrappers with build ID fafbfcfd-f1d7-e9ed-6ca6-b4e0d76599ce is missing from the cache.
โ This may mean JLLWrappers [692b3bcd-3c85-4b1f-b108-f13ce0eb3210] does not support precompilation but is imported by a module that does.
โ @ Base loading.jl:2638
โ Info: Skipping precompilation due to precompilable error. Importing libpng_jll [b53b4c65-9356-5827-b1ea-8c7a1a84506f].
I deleted the Manifest.toml file of my local package and things seem to work in Jupyterlab and the repl. Now weโll see whatโs going on with VS Code notebooks and the Julia extension.