Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

environment problem #8

Open
lihaicheng7003 opened this issue Apr 1, 2022 · 1 comment
Open

environment problem #8

lihaicheng7003 opened this issue Apr 1, 2022 · 1 comment

Comments

@lihaicheng7003
Copy link

lihaicheng7003 commented Apr 1, 2022

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

@yu-zhang-oYo
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants