-
Notifications
You must be signed in to change notification settings - Fork 4
Description
`…/envs/declaracad ❯ micromamba install -c conda-forge -c local pyocct==0.7.9
nodefaults/linux-64 ??.?MB @ ??.?MB/s 0.2s
nodefaults/noarch ??.?MB @ ??.?MB/s 0.3s
conda-forge/noarch 23.2MB @ 8.9MB/s 2.6s
conda-forge/linux-64 48.7MB @ 15.2MB/s 3.2s
error libmamba Could not solve for environment specs
The following package could not be installed
└─ pyocct ==0.7.9 * does not exist (perhaps a typo or a missing channel).
critical libmamba Could not solve for environment specs`
My micromamba environment look like this:
`…/envs/declaracad ✗ micromamba info
libmamba version : 2.3.3
micromamba version : 2.3.3
curl version : libcurl/8.14.1 OpenSSL/3.5.4 zlib/1.3.1 zstd/1.5.7 libssh2/1.11.1 nghttp2/1.67.0
libarchive version : libarchive 3.8.2 zlib/1.3.1 bz2lib/1.0.8 libzstd/1.5.7 libb2/bundled
envs directories : /home/u/micromamba/envs
package cache : /home/u/micromamba/pkgs
/home/u/.mamba/pkgs
environment : declaracad (active)
env location : /home/u/micromamba/envs/declaracad
user config files : /home/u/.mambarc
populated config files : /home/u/.condarc
virtual packages : __unix=0=0
__linux=6.17.7=0
__glibc=2.42=0
__archspec=1=x86_64_v4
channels : https://conda.anaconda.org/conda-forge/linux-64
https://conda.anaconda.org/conda-forge/noarch
https://conda.anaconda.org/nodefaults/linux-64
https://conda.anaconda.org/nodefaults/noarch
base environment : /home/u/micromamba
platform : linux-64`
I tried to search for pyocct:
`…/envs/declaracad ✗ micromamba search pyocct
Getting repodata from channels...
conda-forge/linux-64 Using cache
conda-forge/noarch Using cache
nodefaults/linux-64 125.0 B @ 393.0 B/s 0.3s
nodefaults/noarch 116.0 B @ 364.0 B/s 0.3s
No entries matching "pyocct" found
Try looking in a different channel with '-c, --channel'.`
I'm not sure if the micromamba install script is not adding a channel that the declaracad instructions depend on, or if it is just an issue with my environment. I'm installing on Arch with the script provided by the linked micromamba user guide.