OpenChatKit
OpenChatKit copied to clipboard
One issue on env ResolvePackageNotFound
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.
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
I had to run conda activate env_name
you can list active environments with conda info --envs
I am using MacOS. Wondering whether it's support personal MacOS?
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
I believe it also does not work on macOS. These packages require NVIDIA GPUs, which most Macs do not have.
see this comment to setup the env for Mac