togethercomputer / OpenChatKit

Apache License 2.0
9.01k stars 1.02k forks source link

Cannot setup environment #169

Open UICJohn opened 10 months ago

UICJohn commented 10 months ago

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.
MaxMein commented 9 months ago

I managed to fix it

Go into environment.yml

change snappy version from 1.1.9 to 1.1.10