Open thomasaarholt opened 3 years ago
Thanks for the issue @thomasaarholt! Indeed that is a current limitation for installing RAPIDS with conda, coming from using packages from different channels (that are present in more than one) if I'm not mistaken. Will ping people so we update documentation in the website and see if there are any updates regarding a solution/workaround for strict priority.
cc @jakirkham who might be able to confirm or correct anything I said :)
conda config --set channel_priority flexible this might make sense
This issue has been labeled inactive-90d
due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
Your installed version is: 0
Note that strict channel priority may have removed packages required for satisfiability.
The system cannot find the file specified. Cloning into 'fomm'... remote: Enumerating objects: 211, done. remote: Total 211 (delta 0), reused 0 (delta 0), pack-reused 211Receiving objects: 81% (171/211), 57.10 MiB | 2.57 MiB/Receiving objects: 100% (211/211), 58.16 MiB | 1.90 MiB/s, done.
Resolving deltas: 100% (108/108), done.
Usage:
pip install [options]
option --use-feature: invalid choice: '2020-resolver' (choose from 'fast-deps', 'truststore', 'no-binary-enable-wheel-cache')
(avatarify) C:\Users\User\avatarify-python-youtube>run_windows.bat
Traceback (most recent call last):
File "afy/cam_fomm.py", line 6, in
Describe the bug With channel priority
strict
, I am getting the error below when running the cuML installer as per the rapids.ai website.This is on a server that I do not have admin access to, but uses the "
module avail
"Lmod
system. I originally thought it was an error to do with package incompatability - in particular the libgcc error made me think I needed to load a different gcc (I settled on 9.3). This may still be the case, but the problem was solved by removing the strict channel priority. I resolved this by editing~/.condarc
, removing the "strict" line, and ordering the channels so thatdefaults
was first.conda config --set channel_priority strict
is a setting recommended by conda-forge.Steps/Code to reproduce bug Run the following steps in the terminal:
Expected behavior A regular install.
Environment details (please complete the following information):
Additional context Add any other context about the problem here.