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

Failed to build h5py scikit-learn scipy #56

Open
liyaoshigehaoren opened this issue Jun 26, 2020 · 1 comment
Open

Failed to build h5py scikit-learn scipy #56

liyaoshigehaoren opened this issue Jun 26, 2020 · 1 comment

Comments

@liyaoshigehaoren
Copy link

pip install requirements.txt

@mwharton3
Copy link

It looks like a couple requirements weren't listed (including Python 3.6). Try these lines instead (if using conda):

conda create -n coref python=3.6
conda activate coref
pip install setuptools==45
pip install -r requirements.txt

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