danimaribeiro / PyTrustNFe

Módulo NF-e Python
GNU Affero General Public License v3.0
174 stars 140 forks source link

Erro Instalação pytrustnfe no debian bullseye #303

Open edsonblwolf opened 3 years ago

edsonblwolf commented 3 years ago

Instalação o odoo14 no debian 11, funcionou perfeito, instalei o l10n-br versão 14, fui instalar as dependências do pytrustnfe e não é compativel. Existe alguma solução? Desde já agradeço.

Erro abaixo: https://pastebin.com/XGMZ8zXq

rodrigondec commented 3 years ago

Tentou instalar o pacote https://pypi.org/project/pytrustnfe3/ ou https://pypi.org/project/PyTrustNFe ?

Eu achei esse outro projeto pelo nome do arquivo!

Em algum momento foi criado um segundo pacote nos deploys...

Instalar o PyTrustNFe da o mesmo erro da issue #259

Já instalar o pytrustnfe3 aparentemente dá certo :thinking:

edsonblwolf commented 3 years ago

Sim, mas os dois não instalar essa lib signxml, me parece que não é compativel com python3. Eu acho.

danimaribeiro commented 3 years ago

Você deve instalar a pytrustnfe3, e também as dependencias antes:

apt-get install --no-install-recommends python3-pip python3-wheel python3-setuptools python3-openssl python3-lxml

edsonblwolf commented 3 years ago

Foi instalado:


root@deb11:~# apt-get install --no-install-recommends python3-pip python3-wheel python3-setuptools python3-openssl python3-lxml

Lendo listas de pacotes... Pronto
Construindo árvore de dependências... Pronto
Lendo informação de estado... Pronto        
python3-lxml is already the newest version (4.6.3+dfsg-0.1).
python3-openssl is already the newest version (20.0.1-1).
python3-pip is already the newest version (20.3.4-4).
python3-setuptools is already the newest version (52.0.0-4).
python3-wheel is already the newest version (0.34.2-1).
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 0 não atualizados.