Skip to content

micromamba-0.27.0 hash mismatch in Docker #48

@mrufsvold

Description

@mrufsvold

I have a docker container built from the Julia base image, but I can't seem to use PythonCall/CondaPkg from the container.

In the docker terminal, I run

using Pkg
Pkg.add("CondaPkg")
using CondaPkg
CondaPkg.add("python")

But I get a download error --

CondaPkg Found dependencies: /root/.julia/environments/v1.8/CondaPkg.toml
    CondaPkg Found dependencies: /root/.julia/packages/PythonCall/Td3SH/CondaPkg.toml
    CondaPkg Resolving changes
             + python
  Downloaded artifact: micromamba-0.27.0
 Downloading artifact: micromamba-0.27.0
┌ Error: Hash Mismatch!
│   Expected sha256:   4adbf3091a4159af2c48264a8e32ecb98147b0e3f200601f384f8f53a6910ca2
│   Calculated sha256: 1bb0c8896927a64a6d73a33fa08a915c22c57b240db92e2d6595b6741f509ed0
  Downloaded artifact: micromamba-0.27.0
ERROR: Unable to automatically download/install artifact 'micromamba-0.27.0' from sources listed in '/root/.julia/packages/MicroMamba/rCGZ4/Artifacts.toml'.
Sources attempted:
- https://pkg.julialang.org/artifact/d45b66605cad8bca223a3eb103eebb71adcf1415
    Error: HTTP/2 404 while requesting https://pkg.julialang.org/artifact/d45b66605cad8bca223a3eb103eebb71adcf1415
- https://micro.mamba.pm/api/micromamba/linux-64/0.27.0
    Error: Verification failed. Download does not match expected hash

Maybe this is a Docker thing? I'd appreciate any insight you can provide.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions