Vectorize.jl icon indicating copy to clipboard operation
Vectorize.jl copied to clipboard

Installation problems on julia v1.2

Open baggepinnen opened this issue 6 years ago • 1 comments

I seem to have problems installing this package, a few tries below

(v1.2) pkg> add Vectorize
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Vectorize [922354f6]:
 Vectorize [922354f6] log:
 ├─possible versions are: 0.0.1 or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions 0.0.1
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left

(v1.2) pkg> dev Vectorize
   Cloning git-repo `https://github.com/rprechelt/Vectorize.jl.git`
  Updating git-repo `https://github.com/rprechelt/Vectorize.jl.git`
ERROR: Compat `Julia` not listed in `deps` or `extras` section.

(v1.2) pkg> add https://github.com/rprechelt/Vectorize.jl
   Cloning git-repo `https://github.com/rprechelt/Vectorize.jl`
  Updating git-repo `https://github.com/rprechelt/Vectorize.jl`
ERROR: Compat `Julia` not listed in `deps` or `extras` section.

baggepinnen avatar Jul 30 '19 01:07 baggepinnen

This can be fixed by by making "Julia" all lowercase in Project.toml [compat] section.

dalejordan avatar Jan 18 '20 02:01 dalejordan