OpenChatKit icon indicating copy to clipboard operation
OpenChatKit copied to clipboard

One issue on env ResolvePackageNotFound

Open samchen8008 opened this issue 1 year ago • 6 comments

Describe the bug (base) samchen@Sams-MacBook-Pro OpenChatKit % conda env create -f environment.yml Collecting package metadata (repodata.json): done Solving environment: failed

ResolvePackageNotFound:

  • cupy=10.4.0
  • nccl=2.12.12.1
  • faiss-gpu=1.7.2
  • cudatoolkit=11.6.0

To Reproduce Steps to reproduce the behavior:

Expected behavior .

Screenshots

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

samchen8008 avatar Mar 13 '23 03:03 samchen8008

in #19 it says it nccl only supports linux for now - if you are using windows, you will have that error so need to use wsl. hope this helps

chikiu-san avatar Mar 13 '23 07:03 chikiu-san

I had to run conda activate env_name you can list active environments with conda info --envs

MrStLouis avatar Mar 14 '23 03:03 MrStLouis

I am using MacOS. Wondering whether it's support personal MacOS?

samchen8008 avatar Mar 14 '23 09:03 samchen8008

macos m2 has the same issues

$ conda env create -f environment.yml

Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound: 
  - cupy=10.4.0
  - nccl=2.12.12.1
  - faiss-gpu=1.7.2
  - cudatoolkit=11.6.0

okerivy avatar Mar 15 '23 01:03 okerivy

I believe it also does not work on macOS. These packages require NVIDIA GPUs, which most Macs do not have.

csris avatar Mar 18 '23 06:03 csris

see this comment to setup the env for Mac

orangetin avatar May 24 '23 03:05 orangetin