-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cannot install package. #6
Comments
looks like the environment you are trying to install it in doesn't have numpy installed. Can you double check which environment you are using by |
|
I got it to work. This required following steps:
|
@JanekEbb Maybe you have to add the pyproject file. Maybe it was because of pip 23.1, where they changed some stuff (https://pip.pypa.io/en/stable/news/)
|
pip install git+https://github.com/fgnt/sed_scores_eval.git
yields
Python version: 3.9.18
numpy version: 1.20.0
The text was updated successfully, but these errors were encountered: