-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"____ may not be a registered package" #3
Comments
Suspect might because your What does |
chad@boondoggle ~> julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.7.0-rc2 (2021-10-20)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
julia> println(DEPOT_PATH)
["/home/chad/.julia", "/home/chad/julia/julia-1.7.0-rc2/local/share/julia", "/home/chad/julia/julia-1.7.0-rc2/share/julia"]
julia> using PkgVersionHelper
julia> upcheck()
JuliaFormatter may not be a registered package
Plots may not be a registered package
QuasiMonteCarlo may not be a registered package
Measurements may not be a registered package
PkgVersionHelper may not be a registered package
ResumableFunctions may not be a registered package
ZigZagBoomerang may not be a registered package
OnlineStats may not be a registered package
Revise may not be a registered package
BenchmarkTools may not be a registered package
Dictionaries may not be a registered package
StructArrays may not be a registered package
ForwardDiff may not be a registered package
Distributions may not be a registered package
ParameterHandling may not be a registered package
Dict{String, Tuple{VersionNumber, VersionNumber}}()
julia> versioninfo()
Julia Version 1.7.0-rc2
Commit f23fc0d27a (2021-10-20 12:45 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: AMD Ryzen Threadripper 2950X 16-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.1 (ORCJIT, znver1) |
In Julia 1.7 the general registry is in a compressed tar file, but PkgVersionHelper still looks into the old-style https://docs.julialang.org/en/v1.7-dev/NEWS/ says
|
Seems like i need to wipie everything to test this out. Since it's still working for me |
Renaming |
Hi, thanks for the nice package. I've been using it for a while now and finding it really helpful.
Recently, I've started seeing some strange behavior. For example, here's the result from the Soss.jl environment:
Any idea what's going on here?
The text was updated successfully, but these errors were encountered: