Missing dependence for Pillow on anaconda-4.3.0 base environment
The good news is that the problems we were having seem to be gone!
The compilation is advancing, but we got stuck pip installing a package (bob.io.video
) that depends on Pillow, which seems broken:
- Mac OSX + Python 2.7: https://gitlab.idiap.ch/bob/bob.nightlies/builds/44486
- Mac OSX + Python 3.5: https://gitlab.idiap.ch/bob/bob.nightlies/builds/44484
Collecting olefile (from pillow->-r requirements.txt (line 2))
Could not find a version that satisfies the requirement olefile (from pillow->-r requirements.txt (line 2)) (from versions: )
No matching distribution found for olefile (from pillow->-r requirements.txt (line 2))
My understanding is that the version of pillow packaged with anaconda is buggy. Could you confirm?