Closed ras44 closed 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
I have download these requirements in Archlinux successfully, so I recommend you use python==3.7.
thanks @StudyingLover that works
Hi, thanks for sharing this!
I tried a relatively simple install process on a .deb system:
And it fails wtih:
I've also tried installing the Intel MKV libraries, but no success