I did as you suggested, I have a based environment active, but I still get the same error when trying to create a new one. Here are the results of the suggested commands : (base) ubuntu@mlops-lab:~/certified-developer/MLOps_Professional/lab1/env$ ls ~Miniconda3-latest-Linux-x86_64...
I can't help but be a little curious about your setup though. What is motivating you to want to have multiple conda versions installed simultaneously? Perhaps there's a better way to work around this. In our development and production environment we rely on conda/mamba from miniforge for our...
I am going to see if I can inspect the error there, locally. Contributor jaimergp commented Jul 20, 2023 0.19 Works ok on my machine: $ conda create -n cps-zstd conda-package-streaming Channels: - conda-forge Platform: osx-arm64 Collecting package metadata (repodata.json): done ...
I did as you suggested, I have a based environment active, but I still get the same error when trying to create a new one. Here are the results of the suggested commands : (base) ubuntu@mlops-lab:~/certified-developer/MLOps_Professional/lab1/env$ ls ~Miniconda3-latest-Linux-x86_64...
This wasn't being applied correctly to older CuPy packages. As a result they could still be installed with NumPy 2. Fix the patch to ensure old CuPy packages are not installable with NumPy 2. Sampl...
(repodata.json): done Solving environment: failed LibMambaUnsatisfiableError: Encountered problems while solving: - package mumps-5.0.1-0 requires openblas 0.2.18|0.2.18.*, but none of the providers can be installed Could not solve for environment specs The following packages are incompatible ├...
I did as you suggested, I have a based environment active, but I still get the same error when trying to create a new one. Here are the results of the suggested commands : (base) ubuntu@mlops-lab:~/certified-developer/MLOps_Professional/lab1/env$ ls ~Miniconda3-latest-Linux-x86_64...
I am trying to set up a binder repo2docker environment which installs julia from conda-forge and makes it available as a jupyter kernel. (link to repo). As described in JuliaLang/IJulia.jl#717, this requires me to add the following to my...