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

wiki: how to build a conda package that depends on uvcdat #2139

Open
stefraynaud opened this issue Nov 7, 2016 · 1 comment
Open

wiki: how to build a conda package that depends on uvcdat #2139

stefraynaud opened this issue Nov 7, 2016 · 1 comment

Comments

@stefraynaud
Copy link
Contributor

An wiki entry on this subject would be nice.

I successfully built the last version of uvcdat following the wiki guidelines:

conda create -y -n uvcdat-test -c uvcdat -c conda-forge uvcda

However, I have not been able to pass the final test when building vacumm with:

conda build -c vacumm -c uvcdat -c conda-forge vacumm

It fails when importing MV2 (ImportError: libjpeg.so.9) with the same message as when I was trying to install uvcdat without specifying channels from the commandline (only in .condarc).

@stefraynaud
Copy link
Contributor Author

I found that installing the pil package along with uvcdat is responsible for the libjpeg error.

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