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
Problem 1, the lifelines in environment.yml need to install the dependency package Bottleneck, pip will install Bottleneck1.3.4 by default, but there are problems causing Bottleneck1.3.4 will always fail to install, so need to install Bottleneck1.3.2 in advance.
Problem 2, h5py in environment.yml did not find version 2.9.01.c, so install 2.9.0
The text was updated successfully, but these errors were encountered:
Problem 1, the lifelines in environment.yml need to install the dependency package Bottleneck, pip will install Bottleneck1.3.4 by default, but there are problems causing Bottleneck1.3.4 will always fail to install, so need to install Bottleneck1.3.2 in advance.
Problem 2, h5py in environment.yml did not find version 2.9.01.c, so install 2.9.0
Hi, I have installed Bottleneck1.3.2, but it still shows "No matching distribution found for oldest-supported-numpy" because it tries to install Bottleneck-1.3.5. Is there any suggestion for this situation? Thanks
Problem 1, the lifelines in environment.yml need to install the dependency package Bottleneck, pip will install Bottleneck1.3.4 by default, but there are problems causing Bottleneck1.3.4 will always fail to install, so need to install Bottleneck1.3.2 in advance.
Problem 2, h5py in environment.yml did not find version 2.9.01.c, so install 2.9.0
The text was updated successfully, but these errors were encountered: