bazingagin / npc_gzip

Code for Paper: “Low-Resource” Text Classification: A Parameter-Free Classification Method with Compressors
MIT License
1.77k stars 156 forks source link

pip install fails on deb and win #9

Closed ras44 closed 1 year ago

ras44 commented 1 year ago

Hi, thanks for sharing this!

I tried a relatively simple install process on a .deb system:

conda create -n npc python=3.8
conda activate npc
pip install -r requirements.txt

And it fails wtih:

libraries mkl_rt not found in ...

I've also tried installing the Intel MKV libraries, but no success

StudyingLover commented 1 year ago

I have download these requirements in Archlinux successfully, so I recommend you use python==3.7.

ras44 commented 1 year ago

thanks @StudyingLover that works