I have recently installed Anaconda3 on my Windows machine. I need to install Yellowbrick and followed their instructions on the quickstart page. Conda is not on my system's PATH, according to installation instructions.
From the anaconda prompt, I tried to install yellowbrick but it never goes beyond the 'solving environment' part. I ran the installer command with the --debug flag and it seems to be pointing conflicts on every single of the 408 dependencies associated with it. I set the channel priority as strict
according to this answer and nothing changed.
When I try to install yellowbrick (through pip) on my Linux machine, it works without a problem.
I have tried to install plotly the same way and it worked. However, pipenv has the same problems, and it never goes past the 'solving environment` step either.
I tried it on two different machines and the result is the same. One runs Windows 10, the other Windows 11. Please help as I'm clueless what to do next.
EDIT: Error output below.
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.
The "several minutes" mentioned turned into a whole night and counting.