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
I get module 'pypandoc' has no attribute 'convert' on installing the ui dependencies, https://github.com/ph4r05/py-chacha20poly1305/blob/master/setup.py#L25
module 'pypandoc' has no attribute 'convert'
The support for that method was removed on 1.8 pypandoc release https://stackoverflow.com/questions/74745548/attributeerror-module-pypandoc-has-no-attribute-convert but the latest one is 1.12.
The text was updated successfully, but these errors were encountered:
Can you try running without the dependencies? I think the only one you need to install is https://pypi.org/project/tendo/
Sorry, something went wrong.
(Might be left over in the flatpak package requirements, but the python gui doesn't even use chacha20.)
Removed that dependency from the requirements.txt, I just get another error but I will do a pr
Removed these dependencies in #100
No branches or pull requests
I get
module 'pypandoc' has no attribute 'convert'
on installing the ui dependencies, https://github.com/ph4r05/py-chacha20poly1305/blob/master/setup.py#L25The support for that method was removed on 1.8 pypandoc release https://stackoverflow.com/questions/74745548/attributeerror-module-pypandoc-has-no-attribute-convert but the latest one is 1.12.
The text was updated successfully, but these errors were encountered: