Add normal exit in depends if detected python3

g1itch/refactoring-sql
Dmitri Bogomolov 3 years ago
parent 6029ec85b6
commit b3c341951d
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

@ -421,8 +421,8 @@ def check_dependencies(verbose=False, optional=False):
if sys.hexversion >= 0x3000000:
logger.error(
'PyBitmessage does not support Python 3+. Python 2.7.4'
' or greater is required.')
has_all_dependencies = False
' or greater is required. Python 2.7.18 is recommended.')
sys.exit()
check_functions = [check_ripemd160, check_sqlite, check_openssl]
if optional:

Loading…
Cancel
Save