Erro ao importar o pacote lxml python no Ubuntu

0

Quando tento importar o pacote lxml em python, estou recebendo o seguinte erro.

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/dist-packages/lxml/html/__init__.py", line 42, in    <module>
   from lxml import etree
ImportError: /usr/lib/python2.7/dist-packages/lxml/etree.so: undefined symbol:   PyUnicodeUCS4_DecodeLatin1

Por favor ajude a consertar isso.
(Versão Python - > 2.7.5)

    
por ZodEnIX 10.10.2014 / 15:09

1 resposta

0

De acordo com sua resposta a uma pergunta diferente, você tem um interpretador python em /usr/local/bin .

Como musher apontou que não poderia ter sido compilado para suportar ucs4. Experimente com a versão instalada em /usr/bin .

    
por Sylvain Pineau 10.10.2014 / 15:30

Tags