Open hoechenberger opened 1 year ago
Hi @hoechenberger thanks for mentioning that. Is it enough if I add requests
to the test requirements?
Hello @DominiqueMakowski, thanks for the swift response!
No, even import neurokit2
fails without requests
installed, so it should most probably go into the list of requirements
.
Thank you!
I ran into this issue too. I hope you release a fix soon! Thanks for the time you're putting into this package!
The steps to reproduce:
mkdir testproject
cd testproject
pipenv install neurokit2
pipenv run python -c "import neurokit2"
ModuleNotFoundError: No module named 'requests'
This should be fixed on the dev version:
pip install https://github.com/neuropsychology/neurokit/zipball/dev --upgrade
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Hello! I'm co-maintaining the neurokit2 package on
coda-forge
. When trying to test version 0.2.7 (a simpleimport
test), it appeared that a new runtime dependency onrequests
has been introduced, but it's not explicitly specified in the project dependencies. Therequests
dependency often goes unnoticed as most Python installations deployrequests
by default. Could you please explicitly add this package to the list of dependences? Thanks!