OpenChatKit icon indicating copy to clipboard operation
OpenChatKit copied to clipboard

Cannot setup environment

Open UICJohn opened this issue 2 years ago • 1 comments

I tried to intialize the env by fllowing the guide, but some dependencies cannot be resolved.

Could not solve for environment specs
The following packages are incompatible
├─ pyarrow 12.0.1**  is installable and it requires
│  └─ libarrow [12.0.1 *_4_cpu|12.0.1 *_4_cuda|...|12.0.1 hf8fed9e_9_cuda], which requires
│     └─ snappy >=1.1.10,<2.0a0 , which can be installed;
└─ snappy 1.1.9**  is not installable because it conflicts with any installable versions previously reported.

UICJohn avatar Oct 27 '23 15:10 UICJohn

I managed to fix it

Go into environment.yml

change snappy version from 1.1.9 to 1.1.10

MaxMein avatar Nov 20 '23 08:11 MaxMein