Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing av package doesn't work on OS X on Travis #79

Open
ageorgou opened this issue Dec 13, 2020 · 0 comments
Open

Installing av package doesn't work on OS X on Travis #79

ageorgou opened this issue Dec 13, 2020 · 0 comments

Comments

@ageorgou
Copy link
Contributor

Low priority.

Recently, the OS X runs on Travis have started failing because the av module is not found (this only affects one test -- all the others pass). See example failing job.

This is strange, because we do install av with conda install -n test-environment av tifffile -c conda-forge, and nothing in the log indicates that this fails. However, it is not available to import when the tests run. The installation and import work fine on Linux jobs.

Interestingly, the package installed on OS X is now version 7.0.1, whereas for the Linux jobs it is 8.0.2. Even more strangely, it used to be 8.0.2 on OS X until around a month ago (example job) and those jobs also succeeded. The first failing job had the downgraded version, so maybe there's something wrong with that version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant