You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use the package through the package manager and getting dependency issues:
julia> Pkg.add("Perceptrons") Resolving package versions... ERROR: Unsatisfiable requirements detected for package Perceptrons [17a20078]: Perceptrons [17a20078] log: ├─possible versions are: 1.0.0 or uninstalled ├─restricted to versions * by an explicit requirement, leaving only versions 1.0.0 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left Stacktrace: [1] #propagate_constraints!#61(::Bool, ::Function, ::Pkg.GraphType.Graph, ::Set{Int64}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/GraphType.jl:1005
The text was updated successfully, but these errors were encountered:
Hi. I updated the whole package to version 1.1. You can now clone the package, which will have no problems. Passed all unit tests. However, I have not updated in the Official Julia so that it does the Pkg.add. Soon, I'll add the official update in the language.
Trying to use the package through the package manager and getting dependency issues:
julia> Pkg.add("Perceptrons") Resolving package versions... ERROR: Unsatisfiable requirements detected for package Perceptrons [17a20078]: Perceptrons [17a20078] log: ├─possible versions are: 1.0.0 or uninstalled ├─restricted to versions * by an explicit requirement, leaving only versions 1.0.0 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left Stacktrace: [1] #propagate_constraints!#61(::Bool, ::Function, ::Pkg.GraphType.Graph, ::Set{Int64}) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/GraphType.jl:1005
The text was updated successfully, but these errors were encountered: