pnet_prostate_paper icon indicating copy to clipboard operation
pnet_prostate_paper copied to clipboard

environment problem

Open lihaicheng7003 opened this issue 2 years ago • 1 comments

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

lihaicheng7003 avatar Apr 01 '22 04:04 lihaicheng7003

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

yu-zhang-oYo avatar Oct 19 '22 02:10 yu-zhang-oYo