-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Missing libgvplugin_pango #18
Comments
@ocefpaf, since you are one of the maintainers, any insight on this? |
No idea. I kind don't really use |
BTW, if you can create a test and send it as a PR we can check if a re-build fixes this. |
@johanneskoester, what were you doing when you got that error? |
I have the same error on Ubuntu. Here is a Dockerfile to reproduce it.
This gives:
Seems like an X libraries thing..
If I install them from conda-forge it works.
I don't know if they should be added as dependencies or if a fancier solution is required? |
Did you install the yum requirements from the recipe? Note the names may be different for |
No, I have never encountered that for a recipe before. How is it intended to be used? Would it not be more self contained to include the conda-forge packages as dependencies when they exist? |
Just install everything listed in |
I understand. May I ask why you're reluctant to add it as a dependency? Is it because conda-forge doesn't want large dependencies that the majority of the users would already have installed? If so, is there a list somewhere of these programs that are considered "outside of conda"? Thanks! |
@rasmusagren, the simplest way for you to solve this for now is to install an X server in your server. |
Thanks, but the solution with xorg-libxrender xorg-libxpm works for me right now. I still think that all dependencies should be included in the recipes, in particular as docker and singularity are becoming so popular and there people often use slimmed down distributions. |
We have discussed this. Unfortunately the issue is complicated and we haven't found the right solution. xref: conda-forge/cfep#7 |
Should add put up PR ( conda-forge/staged-recipes#3920 ) for |
I can confirm that running |
Ha! No wonder. :) |
Fixed by #23. |
I get the following error when using the dot command:
This is on fedora linux 26.
The text was updated successfully, but these errors were encountered: