We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Alguém com um dockerfile de um setup que funcione?
Tentando instalar aqui, já deu erro no suds, no xmlsec, já consertei uns 4-5 e não para de aparecer erros...
The text was updated successfully, but these errors were encountered:
Resolvi todos os erros assim:
RUN apt-get install -y pkg-config libxml2-dev libxmlsec1-dev libxmlsec1-openssl build-essential libpython3-dev RUN pip3 install pyOpenSSL==23.1.1 --force-reinstall RUN pip3 install cryptography==38.0.4 --force-reinstall RUN pip3 install signxml RUN git clone https://github.com/danimaribeiro/PyTrustNFe && pip3 install ./PyTrustNFe
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Alguém com um dockerfile de um setup que funcione?
Tentando instalar aqui, já deu erro no suds, no xmlsec, já consertei uns 4-5 e não para de aparecer erros...
The text was updated successfully, but these errors were encountered: