mne-tools / mne-binder

Integration with mybinder.org
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Binder fails to launch #6

Closed rob-luke closed 4 years ago

rob-luke commented 4 years ago

The link in the README fails to launch with the error...

ERROR: Could not find a version that satisfies the requirement PIL (from versions: none)
ERROR: No matching distribution found for PIL

I will dig in to this in the coming days.

larsoner commented 4 years ago

Probably just need to kill this line:

https://github.com/mne-tools/mne-binder/blob/master/Dockerfile#L43

I don't see a reason to try installing both PIL and pillow, they are designed to provide the same functionality, but pillow is the newer/preferred one