You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although I try to install klusta, so far I can not find solution.
When I executed 'conda env create -n klusta -f environment.yml', I got the message below.
Ran pip subprocess with arguments:
['C:\Users\Spike\.conda\envs\klusta\python.exe', '-m', 'pip', 'install', '-U', '-r', 'C:\Users\Spike\Desktop\condaenv.yc1llc4m.requirements.txt']
Pip subprocess output:
Collecting click
Using cached click-7.1.2-py2.py3-none-any.whl (82 kB)
Collecting klustakwik2
Using cached klustakwik2-0.2.6.zip (712 kB)
Collecting tqdm
Using cached tqdm-4.54.1-py2.py3-none-any.whl (69 kB)
Building wheels for collected packages: klustakwik2
Building wheel for klustakwik2 (setup.py): started
Building wheel for klustakwik2 (setup.py): finished with status 'error'
Running setup.py clean for klustakwik2
Failed to build klustakwik2
Installing collected packages: tqdm, klustakwik2, click
Running setup.py install for klustakwik2: started
Running setup.py install for klustakwik2: finished with status `'error'
It is likely that my problem is the installation of klustakwik2.
I tried to install it with pip install klustakwik2, but did not work.
The following is my version of anaconda and python.
Hi,
Although I try to install klusta, so far I can not find solution.
When I executed 'conda env create -n klusta -f environment.yml', I got the message below.
Ran pip subprocess with arguments:
['C:\Users\Spike\.conda\envs\klusta\python.exe', '-m', 'pip', 'install', '-U', '-r', 'C:\Users\Spike\Desktop\condaenv.yc1llc4m.requirements.txt']
Pip subprocess output:
Collecting click
Using cached click-7.1.2-py2.py3-none-any.whl (82 kB)
Collecting klustakwik2
Using cached klustakwik2-0.2.6.zip (712 kB)
Collecting tqdm
Using cached tqdm-4.54.1-py2.py3-none-any.whl (69 kB)
Building wheels for collected packages: klustakwik2
Building wheel for klustakwik2 (setup.py): started
Building wheel for klustakwik2 (setup.py): finished with status 'error'
Running setup.py clean for klustakwik2
Failed to build klustakwik2
Installing collected packages: tqdm, klustakwik2, click
Running setup.py install for klustakwik2: started
Running setup.py install for klustakwik2: finished with status `'error'
It is likely that my problem is the installation of klustakwik2.
I tried to install it with pip install klustakwik2, but did not work.
The following is my version of anaconda and python.
(klusta) C:\Users\Spike\Desktop>conda info
active environment : klusta
active env location : C:\Users\Spike.conda\envs\klusta
shell level : 3
user config file : C:\Users\Spike.condarc
populated config files :
conda version : 4.7.12
conda-build version : 3.18.9
python version : 3.7.4.final.0
virtual packages : __cuda=10.1
base environment : C:\ProgramData\Anaconda3 (read only)
channel URLs : https://repo.anaconda.com/pkgs/main/win-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/win-64
https://repo.anaconda.com/pkgs/r/noarch
https://repo.anaconda.com/pkgs/msys2/win-64
https://repo.anaconda.com/pkgs/msys2/noarch
package cache : C:\ProgramData\Anaconda3\pkgs
C:\Users\Spike.conda\pkgs
C:\Users\Spike\AppData\Local\conda\conda\pkgs
envs directories : C:\Users\Spike.conda\envs
C:\ProgramData\Anaconda3\envs
C:\Users\Spike\AppData\Local\conda\conda\envs
platform : win-64
user-agent : conda/4.7.12 requests/2.22.0 CPython/3.7.4 Windows/10 Windows/10.0.19041
administrator : False
netrc file : None
offline mode : False
Thank you in advance.
We would like to analyze our data with your nice software.
Best regards,
Tomi
The text was updated successfully, but these errors were encountered: