#package dependency: no known version

1 messages · Page 1 of 1 (latest)

glossy viper
#

I have a dependency that's also a privately maintained separate repo by me but when I donwload it as a dep it says "has no known version"

ERROR: Unsatisfiable requirements detected for package mousetrap_windows_jll [1923bf96]:
 mousetrap_windows_jll [1923bf96] log:
 ├─mousetrap_windows_jll [1923bf96] has no known versions!
 └─restricted to versions 0.1.1-0.1 by mousetrap [5deeb4b9] — no versions left
   └─mousetrap [5deeb4b9] log:
     ├─possible versions are: 0.1.1 or uninstalled
     └─mousetrap [5deeb4b9] is fixed to version 0.1.1

but if I do

] add (...)github.com/clemapfel/mousetrap_windows_jll
] add (...)github.com/clemapfel/mousetrap

it works

Here are the deps it clearly says v0.1.1:https://github.com/Clemapfel/mousetrap.jl/blob/main/Manifest.toml#L986

signal venture
#

This is mousetrap_windows_jll (the private repo) being used in mousetrap (the public one)?

#

Are you adding it via https or ssh tokens?

glossy viper
#

it's a dependency added using ] add <github link>

#

also both are public, they are just maintained by me as opposed to being on yggrdasil

#

mousetrap is the main, it has the dependency mousetrap_windows_jll which I added just like any other dependency except that it's also a github link

#

actually the repo says 0.1.1+0 as opposed to 0.1.1

#

I will try changing that

signal venture
#

Did it work? I see the issue, I previously thought it could be some of the problems I experienced when managing private repos but that doesn't appear to be the case