carpentries-incubator / SDC-BIDS-dMRI

Introduction to dMRI
https://carpentries-incubator.github.io/SDC-BIDS-dMRI/
Other
23 stars 17 forks source link

BUG: Fix package dependency spec in `Binder` when using `pip` #229

Closed jhlegarreta closed 1 year ago

jhlegarreta commented 1 year ago

Fix package dependency spec in Binder when using pip.

Fixes:

Installing pip dependencies: ...working... Pip subprocess error:
ERROR: Invalid requirement: 'pybids=0.14.0' (from line 1 of /home/jovyan/binder/condaenv.ulzt7wnj.requirements.txt)
Hint: = is not a valid operator. Did you mean == ?

Ran pip subprocess with arguments:
['/srv/conda/envs/notebook/bin/python', '-m', 'pip', 'install', '-U', '-r', '/home/jovyan/binder/condaenv.ulzt7wnj.requirements.txt', '--exists-action=b']
Pip subprocess output:

failed

CondaEnvException: Pip failed

time: 202.640

Raised in: blob:https://mybinder.org/344f60b1-514e-4043-8d8e-95722289a9b1

(include the blob tag when accessing the URL)

jhlegarreta commented 1 year ago

Merging as the builds are not testing this change and are highly likely to time out again.