-
Notifications
You must be signed in to change notification settings - Fork 17
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
JOSS REVIEW: Missing dependency (pypulseq==0.0.3) #24
Comments
Digging into this a bit more, I see that your requirements.txt file in your master correctly suggests version 1.0.0 of pypulseq, so it's not quite clear to me why it's trying to pull version 0.0.3. I'll look into this and report back. |
The conflict is in your setup.py file, which doesn't call your requirements.txt file. Line 42 in 12b6a47
|
There is a mismatch between your setup.py file and your requirements.txt file. At the very least, this should be cleaned up so they match, but ideally you wouldn't duplicate these. You could either suggest that the user installs the requirements.txt file using |
Note that this also bug is present while installing using pypi using |
Was not aware of this, thank you very much! :) |
This is for openjournals/joss-reviews#1637
Per your installation instructions, I tried to installed all your requirements (using
pip install -e .
), however I encountered a missing dependency:It appears that this version of pypulseq is not available on pypi: https://pypi.org/project/pypulseq/#history
Can you update your requirements file, or resolve this in another way?
The text was updated successfully, but these errors were encountered: