Note that my answer assumes that there is a reason that you don't have X11
installed on your linux box. If that's not the case, you should be able to
fix things "more easily" by installing X

On Wed, Jun 13, 2018 at 5:05 PM Greg Landrum <greg.land...@gmail.com> wrote:

> Hi,
>
> This looks like an error caused by the fact that the anaconda cairo builds
> include a dependency on the system X libraries and you don't have X
> installed.
> You can probably clear the problem up by installing the cairo build from
> the RDKit channel. Run this inside the conda environment where you have the
> RDKit installed:
>
> conda install -c rdkit nox
> conda install -c rdkit cairo
>
> -greg
>
>
>
> On Wed, Jun 13, 2018 at 3:14 PM Wandré <wandrevel...@gmail.com> wrote:
>
>> Hi all!
>>
>> I install the Anaconda 4.5.4 with Python 3.6.5 and install rdkit (with
>> command "conda install -c rdkit rdkit") and I'm trying to import the Chem
>> and does not works.
>>
>> from rdkit import Chem
>>
>> Traceback (most recent call last):
>>
>>   File "<stdin>", line 1, in <module>
>>
>>   File
>> "/home/wandre/anaconda3/envs/flaskapp/lib/python3.6/site-packages/rdkit/Chem/__init__.py",
>> line 25, in <module>
>>
>>     from rdkit.Chem.rdmolops import *
>>
>> ImportError: libXrender.so.1: cannot open shared object file: No such
>> file or directory
>>
>> How can I fix this? Where is my error?
>>
>> Thanks!
>> --
>> Wandré Nunes de Pinho Veloso
>> Professor Assistente - Unifei - Campus Avançado de Itabira-MG
>> Doutorando em Bioinformática - Universidade Federal de Minas Gerais - UFMG
>> Pesquisador do INSILICO - Grupo Interdisciplinar em Simulação e
>> Inteligência Computacional - UNIFEI
>> Membro do Grupo de Pesquisa Assinaturas Biológicas da FIOCRUZ
>> Membro do Grupo de Pesquisa Bioinformática Estrutural da UFMG
>> Laboratório de Bioinformática e Sistemas - LBS, DCC, UFMG
>>
>> ------------------------------------------------------------------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> _______________________________________________
>> Rdkit-discuss mailing list
>> Rdkit-discuss@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
>>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to