bluesky / suitcase-tiff

http://nsls-ii.github.io/suitcase
Other
3 stars 6 forks source link

Avoid broken tifffile release. #31

Closed danielballan closed 4 years ago

danielballan commented 4 years ago

Tifffile issued a bad release on 3 December tagged 2019.7.26.2, which is potentially confusing given the 3 December release date. Importing (on Linux) raises

ModuleNotFoundError: No module named 'imagecodecs'

I believe (from second-hand conversation) that there was also a report from scikit-image confirming this, though I can't readily find the link.

The nightly CI build did not catch this---you can see the build history is fully green because an older, working version of tifffile had been cached and was used. The error manifested in CI of other projects, including https://github.com/bluesky/bluesky-darkframes/pull/14.