I’m trying to install some packages in Julia. But at the time of installation I see this error.
ERROR: The following package names could not be resolved:
ImageTracking (not found in project, manifest or registry)
Please specify by known name=uuid
.
This error is thrown at me when I try to install the parcel service.
julia> import Pkg
julia> Pkg.add(“ImageTracking”)
Updating registry at C:\Users\gerso\.julia\registries\General
Updating git-repo https://github.com/JuliaRegistries/General.git
ERROR: The following package names could not be resolved:
ImageTracking (not found in project, manifest or registry)
Please specify by known name=uuid
.
Someone could help me … or tell you what would be the correct sentence to install this package …
oheil
May 27, 2019, 8:42pm
2
Confirmed, but this seems to work:
(v1.3) pkg> add https://github.com/JuliaImages/ImageTracking.jl
You enter Pkg REPL mode (pkg> …) with ]
I have Version 1.1.0
In fact, I want to do that. What’s on that page
but I get the error of
ERROR: The following package names could not be resolved:
ImageTracking (not found in project, manifest or registry)
Please specify by known name=uuid
.
oheil
May 27, 2019, 8:49pm
4
(v1.1) pkg> add https://github.com/JuliaImages/ImageTracking.jl
Updating registry at `C:\Users\Oli\.julia\registries\General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
Updating git-repo `https://github.com/JuliaImages/ImageTracking.jl`
Resolving package versions...
Installed Tables ── v0.2.4
Installed QuadGK ── v2.0.4
Installed Tracker ─ v0.2.2
Installed Arpack ── v0.3.1
Updating `C:\Users\Oli\.julia\environments\v1.1\Project.toml`
[7632190a] + ImageTracking v0.0.1 #master (https://github.com/JuliaImages/ImageTracking.jl)
Updating `C:\Users\Oli\.julia\environments\v1.1\Manifest.toml`
[621f4979] + AbstractFFTs v0.4.1
[7d9fca2a] ↑ Arpack v0.3.0 ? v0.3.1
[13072b0f] + AxisAlgorithms v1.0.0
[39de3d68] + AxisArrays v0.3.0
[aafaddc9] + CatIndices v0.2.0
[3da002f7] ↑ ColorTypes v0.7.5 ? v0.8.0
[c3611d14] + ColorVectorSpace v0.7.0
[ed09eef8] + ComputationalResources v0.3.0
[8f4d0f93] + Conda v1.2.0
[150eb455] + CoordinateTransformations v0.5.0
[dc8bdbbb] + CustomUnitRanges v0.2.0
[b4f34e82] + Distances v0.8.0
[4f61f5a4] + FFTViews v0.2.0
[7a1cc6ca] + FFTW v0.2.4
[53c48c17] ↑ FixedPointNumbers v0.5.3 ? v0.6.1
[a2bd30eb] + Graphics v0.4.0
[bbac6d45] + IdentityRanges v0.3.0
[2803e5a7] + ImageAxes v0.6.0
[a09fc81d] + ImageCore v0.8.3
[51556ac3] + ImageDistances v0.2.4
[6a3955dd] + ImageFiltering v0.6.2
[bc367c6b] + ImageMetadata v0.7.0
[787d08f9] + ImageMorphology v0.2.3
[4e3cecfd] + ImageShow v0.2.0
[7632190a] + ImageTracking v0.0.1 #master (https://github.com/JuliaImages/ImageTracking.jl)
[02fcd773] + ImageTransformations v0.8.0
[916415d5] + Images v0.18.0
[9b13fd28] + IndirectArrays v0.5.0
[a98d9a8b] + Interpolations v0.12.1
[8197267c] + IntervalSets v0.3.1
[c8e1da08] + IterTools v1.1.1
[82899510] ↑ IteratorInterfaceExtensions v0.1.1 ? v1.0.0
[dbb5928d] + MappedArrays v0.2.1
[e1d29d7a] ↑ Missings v0.4.0 ? v0.4.1
[6fe1bfb0] + OffsetArrays v0.11.0
[5432bcbf] + PaddedViews v0.4.2
[1fd47b50] ↑ QuadGK v2.0.3 ? v2.0.4
[b3c3ace0] + RangeArrays v0.3.1
[c84ed2f1] + Ratios v0.3.1
[6038ab10] + Rotations v0.11.1
[699a6c99] + SimpleTraits v0.8.0
[3783bdb8] ↑ TableTraits v0.4.1 ? v1.0.0
[bd369af6] ↑ Tables v0.2.0 ? v0.2.4
[06e1c1a7] + TiledIteration v0.2.3
[9f7883ad] ↑ Tracker v0.2.0 ? v0.2.2
[81def892] + VersionParsing v1.1.3
[efce3f68] + WoodburyMatrices v0.4.1
Building Arpack → `C:\Users\Oli\.julia\packages\Arpack\cu5By\deps\build.log`
(v1.1) pkg>
oheil
May 27, 2019, 8:55pm
5
So far so good.
You need also
Pkg.add("Images")
But than I am out with:
[ Info: Precompiling Images [916415d5-f1e6-5110-898d-aaa5f9f070e0]
ERROR: LoadError: InitError: C:\Users\Oli\.julia\packages\SpecialFunctions\fvheQ\deps\usr\bin\libopenspecfun.dll cannot be opened, Please re-run Pkg.build("SpecialFunctions"), and restart Julia.
Further
Pkg.build("SpecialFunctions")
gives some more errors which seem to Windows specific. Before I would try to solve that I would first try it on some linux box or under Cygwin.
And as an entry in the REPL Pkg mode?
If I appear like this
julia>
and it does not appear
pkg>
oheil
May 30, 2019, 4:28pm
8
You enter Pkg REPL mode with ]