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

missing hdf5 dependency for pip install #295

Open
mffrank opened this issue Sep 4, 2024 · 0 comments
Open

missing hdf5 dependency for pip install #295

mffrank opened this issue Sep 4, 2024 · 0 comments

Comments

@mffrank
Copy link

mffrank commented Sep 4, 2024

When pip installing alphapeptstats on a computer without the hdf5 library installed, pip installation fails.

To Reproduce

conda create --name alphastats python=3.10
conda activate alphastats
pip install alphastats

** Fix**
Can be fixed by simply creating the conda env with

conda create --name alphastats python=3.10 hdf5

This should probably be added in the documentation

Screenshots
image

  • OS: macOS
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

1 participant