You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
While I can install DVC on linux-amd64 without issues, I am unable to install it on linux-aarch64 through conda-forge. I am using pyenv, with miniforge3-latest installed and updated, as shown in the "Environment info" section. Here I tried to create a new environment with only dvc specified, but failed.
$ conda create -n 0044.202303 dvc
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: |
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError:
My .condarc is attached as follows. Other channels than conda-forge are disabled when creating the new environment. In fact, no packages from other channels are installed in either the base environment or the new one. For the new environment, I have tested both the original Anaconda cloud and the Alibaba Cloud mirrored repository, but received the same result.
Hmm, can you try running with verbose mode turned on, e.g. conda create -n 0044.202303 dvc -vvv and post the output? If it's too long, just post the last few lines where the conflicting packages are mentioned.
@weiji14, I was able to get a cleaner output using mamba.
Looking for: ['python=3.10', 'dvc']
conda-forge/noarch 11.1MB @ 1.7MB/s 8.9s
conda-forge/linux-aarch64 7.7MB @ 237.1kB/s 34.3s
Could not solve for environment specs
Encountered problems while solving:
- nothing provides dpath >=2.0.2,<3 needed by dvc-2.36.0-pyhd8ed1ab_1
The environment can't be solved, aborting the operation
I guess I'll make a bug report to dpath-feedstock instead.
Solution to issue cannot be found in the documentation.
Issue
While I can install DVC on linux-amd64 without issues, I am unable to install it on linux-aarch64 through conda-forge. I am using pyenv, with miniforge3-latest installed and updated, as shown in the "Environment info" section. Here I tried to create a new environment with only dvc specified, but failed.
My
.condarc
is attached as follows. Other channels than conda-forge are disabled when creating the new environment. In fact, no packages from other channels are installed in either the base environment or the new one. For the new environment, I have tested both the original Anaconda cloud and the Alibaba Cloud mirrored repository, but received the same result.Installed packages
Environment info
The text was updated successfully, but these errors were encountered: