covert-encryption / covert

An encryption format offering better security, performance and ease of use than PGP. File a bug if you found anything where we are worse than our competition, and we will fix it.
41 stars 10 forks source link

qcovert needs dependencies: PySide6 and showinfm #97

Closed apatheticposture closed 2 years ago

apatheticposture commented 2 years ago

Installing covert from pip, a few dependencies weren't pulled into my system required for qcovert to run properly:

These don't appear to be part of any default install on my Kubuntu system, at least.

covert-encryption commented 2 years ago

Those dependencies are included in setup.py as extras when covert[gui] is specified. Did you install with this flag? I believe that pip installs the qcovert startup script even when not requested for, but doesn't then pull the requirements, and unfortunately that seems unavoidable unless the software is broken to separate packages.

covert-encryption commented 2 years ago

Closing as this appears a setuptools/pip issue that cannot be easily resolved in Covert.