I'm tring to install klusta and klustakwik2 on my PC, but I'm always facing with errors. If I install it from a copy of this repository using the
conda env create -n klusta -f environment.yml
command, the klustkwik2 installation is interrupted with a 'cl.exe failed with exit code 2' message. The same error occurs when I install it using pip (pip install klustakwik2).
When I try to install the pre-compiled version with
conda install -c kwikteam klustakwik2
command, I got the message that I should use python 2.7 or python 3.3, 3.4.
My software environment: Windows 11, Microsoft Visual Studio Community 2015, Anaconda 2022-05 (Python 3.9). My laptop has the same environment, on which I could install klusta
I also tried python 2.7, 3.4, 3.5, Microsoft Visual Studio Community 2022, but it did not work