Giter Club home page Giter Club logo

Comments (2)

mrufsvold avatar mrufsvold commented on May 29, 2024

Follow up, using DebugArtifacts:

julia> debug_artifact("micromamba-0.27.0")
[ Info: Platform: Linux x86_64 {cxxstring_abi=cxx11, julia_version=1.8.2, libc=glibc, libgfortran_version=5.0.0, libstdcxx_version=3.4.29}
Julia Version 1.8.2
Commit 36034abf260 (2022-09-29 15:21 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 4 Γ— 11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, tigerlake)
  Threads: 1 on 4 virtual cores
Environment:
  JULIA_GPG = 3673DF529D9049477F76B37566E3C7DC03D6E495
  JULIA_PATH = /usr/local/julia
  JULIA_VERSION = 1.8.2
  JULIA_SSL_NO_VERIFY = **

[ Info: Downloading Artifacts.toml to /tmp/jl_RVYzbH/Artifacts.toml...
ERROR: Cert verify failed: BADCERT_NOT_TRUSTED while requesting https://raw.githubusercontent.com/JuliaBinaryWrappers/micromamba-0.27.0_jll.jl/master/Artifacts.toml
Stacktrace:
  [1] (::Downloads.var"#9#18"{IOStream, Base.DevNull, Nothing, Vector{Pair{String, String}}, Float64, Downloads.var"#24#27"{Pkg.PlatformEngines.var"#16#18"{Base.TTY, Pkg.MiniProgressBars.MiniProgressBar}}, Bool, Nothing, Bool, String, Bool, Bool})(easy::Downloads.Curl.Easy)
    @ Downloads /usr/local/julia/share/julia/stdlib/v1.8/Downloads/src/Downloads.jl:387
  [2] with_handle(f::Downloads.var"#9#18"{IOStream, Base.DevNull, Nothing, Vector{Pair{String, String}}, Float64, Downloads.var"#24#27"{Pkg.PlatformEngines.var"#16#18"{Base.TTY, Pkg.MiniProgressBars.MiniProgressBar}}, Bool, Nothing, Bool, String, Bool, Bool}, handle::Downloads.Curl.Easy)
    @ Downloads.Curl /usr/local/julia/share/julia/stdlib/v1.8/Downloads/src/Curl/Curl.jl:88
  [3] #8
    @ /usr/local/julia/share/julia/stdlib/v1.8/Downloads/src/Downloads.jl:328 [inlined]
  [4] arg_write(f::Downloads.var"#8#17"{Base.DevNull, Nothing, Vector{Pair{String, String}}, Float64, Downloads.var"#24#27"{Pkg.PlatformEngines.var"#16#18"{Base.TTY, Pkg.MiniProgressBars.MiniProgressBar}}, Bool, Nothing, Bool, String, Bool, Bool}, arg::IOStream)
    @ ArgTools /usr/local/julia/share/julia/stdlib/v1.8/ArgTools/src/ArgTools.jl:134
  [5] #7
    @ /usr/local/julia/share/julia/stdlib/v1.8/Downloads/src/Downloads.jl:327 [inlined]
  [6] arg_read(f::Downloads.var"#7#16"{IOStream, Nothing, Vector{Pair{String, String}}, Float64, Downloads.var"#24#27"{Pkg.PlatformEngines.var"#16#18"{Base.TTY, Pkg.MiniProgressBars.MiniProgressBar}}, Bool, Nothing, Bool, String, Bool, Bool}, arg::Base.DevNull)
    @ ArgTools /usr/local/julia/share/julia/stdlib/v1.8/ArgTools/src/ArgTools.jl:76
  [7] request(url::String; input::Nothing, output::IOStream, method::Nothing, headers::Vector{Pair{String, String}}, timeout::Float64, progress::Pkg.PlatformEngines.var"#16#18"{Base.TTY, Pkg.MiniProgressBars.MiniProgressBar}, verbose::Bool, debug::Nothing, throw::Bool, downloader::Nothing)
    @ Downloads /usr/local/julia/share/julia/stdlib/v1.8/Downloads/src/Downloads.jl:326
  [8] #3
    @ /usr/local/julia/share/julia/stdlib/v1.8/Downloads/src/Downloads.jl:231 [inlined]
  [9] open(f::Downloads.var"#3#4"{Nothing, Vector{Pair{String, String}}, Float64, Pkg.PlatformEngines.var"#16#18"{Base.TTY, Pkg.MiniProgressBars.MiniProgressBar}, Bool, Nothing, Nothing, String}, args::String; kwargs::Base.Pairs{Symbol, Bool, Tuple{Symbol, Symbol}, NamedTuple{(:write, :lock), Tuple{Bool, Bool}}})
    @ Base ./io.jl:384
 [10] #open_nolock#1
    @ /usr/local/julia/share/julia/stdlib/v1.8/ArgTools/src/ArgTools.jl:35 [inlined]
 [11] arg_write(f::Function, arg::String)
    @ ArgTools /usr/local/julia/share/julia/stdlib/v1.8/ArgTools/src/ArgTools.jl:103
 [12] #download#2
    @ /usr/local/julia/share/julia/stdlib/v1.8/Downloads/src/Downloads.jl:230 [inlined]
 [13] download(url::String, dest::String; verbose::Bool, headers::Vector{Pair{String, String}}, auth_header::Nothing, io::Base.TTY)
    @ Pkg.PlatformEngines /usr/local/julia/share/julia/stdlib/v1.8/Pkg/src/PlatformEngines.jl:285
 [14] (::DebugArtifacts.var"#4#5"{String, Base.BinaryPlatforms.Platform})(tmp_dir::String)
    @ DebugArtifacts ~/.julia/packages/DebugArtifacts/swudP/src/DebugArtifacts.jl:61
 [15] mktempdir(fn::DebugArtifacts.var"#4#5"{String, Base.BinaryPlatforms.Platform}, parent::String; prefix::String)
    @ Base.Filesystem ./file.jl:764
 [16] mktempdir (repeats 2 times)
    @ ./file.jl:760 [inlined]
 [17] debug_artifact(artifact_name::String, platform::Base.BinaryPlatforms.Platform; artifacts_toml::Nothing)
    @ DebugArtifacts ~/.julia/packages/DebugArtifacts/swudP/src/DebugArtifacts.jl:53
 [18] debug_artifact (repeats 2 times)
    @ ~/.julia/packages/DebugArtifacts/swudP/src/DebugArtifacts.jl:42 [inlined]
 [19] top-level scope
    @ REPL[5]:1

Looks like it might be a certificate problem on my end. Just strange that the original error message shows a 404 error requesting the artifact from Pkg.

from condapkg.jl.

mrufsvold avatar mrufsvold commented on May 29, 2024

Update: I updated my environment and got new version numbers for PythonCall, MicroMamba, and CondaPkg. It is now successful in precompiling the package! Thank you for your work.

from condapkg.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.