downgrade pip version to avoid dependency issues during installations#17
downgrade pip version to avoid dependency issues during installations#17samuelgarcia merged 2 commits intomainfrom
Conversation
|
I think it would make sense to avoid the pip version 21.3.x in all of the docker files that use pip, i.e also yass, kilosort3 and kilosort2. |
|
I tested the new tridesclous container in docker and got another package version related error: The installed package versions are Update: The same errors occur when setting up a corresponding conda environment, so it's not a dockerization problem. |
|
@samuelgarcia Did you test the container on your side? Do you also get the same error when importing tridesclous? |
|
@JuliaSprenger : I am testing now locally. |
|
I have just push "spikeinterface/tridesclous-base:1.6.4-1" so the same version of TDC but with a new build. |
|
Hi @samuelgarcia The tridesclous container works also for me. Do you also want to fix the other containers? #17 (comment) |
|
kilosort docker file are not working. yass use conda. |
|
I will be back on yass later. |
related to SpikeInterface/spikeinterface#440
force pip version here instead of in spikeinterface code.