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 think I've followed the instructions correctly but can't seem to install...
This is the output I get when running setup.py:
Any thoughts?
running install running bdist_egg running egg_info creating python_axolotl.egg-info writing python_axolotl.egg-info\PKG-INFO writing dependency_links to python_axolotl.egg-info\dependency_links.txt writing requirements to python_axolotl.egg-info\requires.txt writing top-level names to python_axolotl.egg-info\top_level.txt writing manifest file 'python_axolotl.egg-info\SOURCES.txt' reading manifest file 'python_axolotl.egg-info\SOURCES.txt' writing manifest file 'python_axolotl.egg-info\SOURCES.txt' installing library code to build\bdist.win32\egg running install_lib running build_py creating build creating build\lib creating build\lib\axolotl copying axolotl\axolotladdress.py -> build\lib\axolotl copying axolotl\duplicatemessagexception.py -> build\lib\axolotl copying axolotl\identitykey.py -> build\lib\axolotl copying axolotl\identitykeypair.py -> build\lib\axolotl copying axolotl\invalidkeyexception.py -> build\lib\axolotl copying axolotl\invalidkeyidexception.py -> build\lib\axolotl copying axolotl\invalidmessageexception.py -> build\lib\axolotl copying axolotl\invalidversionexception.py -> build\lib\axolotl copying axolotl\legacymessageexception.py -> build\lib\axolotl copying axolotl\nosessionexception.py -> build\lib\axolotl copying axolotl\sessionbuilder.py -> build\lib\axolotl copying axolotl\sessioncipher.py -> build\lib\axolotl copying axolotl\statekeyexchangeexception.py -> build\lib\axolotl copying axolotl\untrustedidentityexception.py -> build\lib\axolotl copying axolotl\__init__.py -> build\lib\axolotl creating build\lib\axolotl\ecc copying axolotl\ecc\curve.py -> build\lib\axolotl\ecc copying axolotl\ecc\djbec.py -> build\lib\axolotl\ecc copying axolotl\ecc\ec.py -> build\lib\axolotl\ecc copying axolotl\ecc\eckeypair.py -> build\lib\axolotl\ecc copying axolotl\ecc\__init__.py -> build\lib\axolotl\ecc creating build\lib\axolotl\groups copying axolotl\groups\groupcipher.py -> build\lib\axolotl\groups copying axolotl\groups\groupsessionbuilder.py -> build\lib\axolotl\groups copying axolotl\groups\senderkeyname.py -> build\lib\axolotl\groups copying axolotl\groups\__init__.py -> build\lib\axolotl\groups creating build\lib\axolotl\kdf copying axolotl\kdf\derivedmessagesecrets.py -> build\lib\axolotl\kdf copying axolotl\kdf\derivedrootsecrets.py -> build\lib\axolotl\kdf copying axolotl\kdf\hkdf.py -> build\lib\axolotl\kdf copying axolotl\kdf\hkdfv2.py -> build\lib\axolotl\kdf copying axolotl\kdf\hkdfv3.py -> build\lib\axolotl\kdf copying axolotl\kdf\messagekeys.py -> build\lib\axolotl\kdf copying axolotl\kdf\__init__.py -> build\lib\axolotl\kdf creating build\lib\axolotl\protocol copying axolotl\protocol\ciphertextmessage.py -> build\lib\axolotl\protocol copying axolotl\protocol\keyexchangemessage.py -> build\lib\axolotl\protocol copying axolotl\protocol\prekeywhispermessage.py -> build\lib\axolotl\protocol copying axolotl\protocol\senderkeydistributionmessage.py -> build\lib\axolotl\protocol copying axolotl\protocol\senderkeymessage.py -> build\lib\axolotl\protocol copying axolotl\protocol\whispermessage.py -> build\lib\axolotl\protocol copying axolotl\protocol\whisperprotos_pb2.py -> build\lib\axolotl\protocol copying axolotl\protocol\__init__.py -> build\lib\axolotl\protocol creating build\lib\axolotl\ratchet copying axolotl\ratchet\aliceaxolotlparameters.py -> build\lib\axolotl\ratchet copying axolotl\ratchet\bobaxolotlparamaters.py -> build\lib\axolotl\ratchet copying axolotl\ratchet\chainkey.py -> build\lib\axolotl\ratchet copying axolotl\ratchet\ratchetingsession.py -> build\lib\axolotl\ratchet copying axolotl\ratchet\rootkey.py -> build\lib\axolotl\ratchet copying axolotl\ratchet\symmetricaxolotlparameters.py -> build\lib\axolotl\ratchet copying axolotl\ratchet\__init__.py -> build\lib\axolotl\ratchet creating build\lib\axolotl\state copying axolotl\state\axolotlstore.py -> build\lib\axolotl\state copying axolotl\state\identitykeystore.py -> build\lib\axolotl\state copying axolotl\state\prekeybundle.py -> build\lib\axolotl\state copying axolotl\state\prekeyrecord.py -> build\lib\axolotl\state copying axolotl\state\prekeystore.py -> build\lib\axolotl\state copying axolotl\state\sessionrecord.py -> build\lib\axolotl\state copying axolotl\state\sessionstate.py -> build\lib\axolotl\state copying axolotl\state\sessionstore.py -> build\lib\axolotl\state copying axolotl\state\signedprekeyrecord.py -> build\lib\axolotl\state copying axolotl\state\signedprekeystore.py -> build\lib\axolotl\state copying axolotl\state\storageprotos_pb2.py -> build\lib\axolotl\state copying axolotl\state\__init__.py -> build\lib\axolotl\state creating build\lib\axolotl\tests copying axolotl\tests\inmemoryaxolotlstore.py -> build\lib\axolotl\tests copying axolotl\tests\inmemoryidentitykeystore.py -> build\lib\axolotl\tests copying axolotl\tests\inmemoryprekeystore.py -> build\lib\axolotl\tests copying axolotl\tests\inmemorysessionstore.py -> build\lib\axolotl\tests copying axolotl\tests\inmemorysignedprekeystore.py -> build\lib\axolotl\tests copying axolotl\tests\test_sessionbuilder.py -> build\lib\axolotl\tests copying axolotl\tests\test_sessioncipher.py -> build\lib\axolotl\tests copying axolotl\tests\test_sigs.py -> build\lib\axolotl\tests copying axolotl\tests\__init__.py -> build\lib\axolotl\tests creating build\lib\axolotl\util copying axolotl\util\byteutil.py -> build\lib\axolotl\util copying axolotl\util\hexutil.py -> build\lib\axolotl\util copying axolotl\util\keyhelper.py -> build\lib\axolotl\util copying axolotl\util\medium.py -> build\lib\axolotl\util copying axolotl\util\__init__.py -> build\lib\axolotl\util creating build\lib\axolotl\groups\ratchet copying axolotl\groups\ratchet\senderchainkey.py -> build\lib\axolotl\groups\ratchet copying axolotl\groups\ratchet\sendermessagekey.py -> build\lib\axolotl\groups\ratchet copying axolotl\groups\ratchet\__init__.py -> build\lib\axolotl\groups\ratchet creating build\lib\axolotl\groups\state copying axolotl\groups\state\senderkeyrecord.py -> build\lib\axolotl\groups\state copying axolotl\groups\state\senderkeystate.py -> build\lib\axolotl\groups\state copying axolotl\groups\state\senderkeystore.py -> build\lib\axolotl\groups\state copying axolotl\groups\state\__init__.py -> build\lib\axolotl\groups\state creating build\lib\axolotl\tests\groups copying axolotl\tests\groups\inmemorysenderkeystore.py -> build\lib\axolotl\tests\groups copying axolotl\tests\groups\test_groupcipher.py -> build\lib\axolotl\tests\groups copying axolotl\tests\groups\__init__.py -> build\lib\axolotl\tests\groups creating build\lib\axolotl\tests\kdf copying axolotl\tests\kdf\test_hkdf.py -> build\lib\axolotl\tests\kdf copying axolotl\tests\kdf\__init__.py -> build\lib\axolotl\tests\kdf creating build\lib\axolotl\tests\ratchet copying axolotl\tests\ratchet\test_chainkey.py -> build\lib\axolotl\tests\ratchet copying axolotl\tests\ratchet\test_ratchetingsession.py -> build\lib\axolotl\tests\ratchet copying axolotl\tests\ratchet\test_rootkey.py -> build\lib\axolotl\tests\ratchet copying axolotl\tests\ratchet\__init__.py -> build\lib\axolotl\tests\ratchet creating build\lib\axolotl\tests\util copying axolotl\tests\util\test_byteutil.py -> build\lib\axolotl\tests\util copying axolotl\tests\util\__init__.py -> build\lib\axolotl\tests\util creating build\bdist.win32 creating build\bdist.win32\egg creating build\bdist.win32\egg\axolotl copying build\lib\axolotl\axolotladdress.py -> build\bdist.win32\egg\axolotl copying build\lib\axolotl\duplicatemessagexception.py -> build\bdist.win32\egg\axolotl creating build\bdist.win32\egg\axolotl\ecc copying build\lib\axolotl\ecc\curve.py -> build\bdist.win32\egg\axolotl\ecc copying build\lib\axolotl\ecc\djbec.py -> build\bdist.win32\egg\axolotl\ecc copying build\lib\axolotl\ecc\ec.py -> build\bdist.win32\egg\axolotl\ecc copying build\lib\axolotl\ecc\eckeypair.py -> build\bdist.win32\egg\axolotl\ecc copying build\lib\axolotl\ecc\__init__.py -> build\bdist.win32\egg\axolotl\ecc creating build\bdist.win32\egg\axolotl\groups copying build\lib\axolotl\groups\groupcipher.py -> build\bdist.win32\egg\axolotl\groups copying build\lib\axolotl\groups\groupsessionbuilder.py -> build\bdist.win32\egg\axolotl\groups creating build\bdist.win32\egg\axolotl\groups\ratchet copying build\lib\axolotl\groups\ratchet\senderchainkey.py -> build\bdist.win32\egg\axolotl\groups\ratchet copying build\lib\axolotl\groups\ratchet\sendermessagekey.py -> build\bdist.win32\egg\axolotl\groups\ratchet copying build\lib\axolotl\groups\ratchet\__init__.py -> build\bdist.win32\egg\axolotl\groups\ratchet copying build\lib\axolotl\groups\senderkeyname.py -> build\bdist.win32\egg\axolotl\groups creating build\bdist.win32\egg\axolotl\groups\state copying build\lib\axolotl\groups\state\senderkeyrecord.py -> build\bdist.win32\egg\axolotl\groups\state copying build\lib\axolotl\groups\state\senderkeystate.py -> build\bdist.win32\egg\axolotl\groups\state copying build\lib\axolotl\groups\state\senderkeystore.py -> build\bdist.win32\egg\axolotl\groups\state copying build\lib\axolotl\groups\state\__init__.py -> build\bdist.win32\egg\axolotl\groups\state copying build\lib\axolotl\groups\__init__.py -> build\bdist.win32\egg\axolotl\groups copying build\lib\axolotl\identitykey.py -> build\bdist.win32\egg\axolotl copying build\lib\axolotl\identitykeypair.py -> build\bdist.win32\egg\axolotl copying build\lib\axolotl\invalidkeyexception.py -> build\bdist.win32\egg\axolotl copying build\lib\axolotl\invalidkeyidexception.py -> build\bdist.win32\egg\axolotl copying build\lib\axolotl\invalidmessageexception.py -> build\bdist.win32\egg\axolotl copying build\lib\axolotl\invalidversionexception.py -> build\bdist.win32\egg\axolotl creating build\bdist.win32\egg\axolotl\kdf copying build\lib\axolotl\kdf\derivedmessagesecrets.py -> build\bdist.win32\egg\axolotl\kdf copying build\lib\axolotl\kdf\derivedrootsecrets.py -> build\bdist.win32\egg\axolotl\kdf copying build\lib\axolotl\kdf\hkdf.py -> build\bdist.win32\egg\axolotl\kdf copying build\lib\axolotl\kdf\hkdfv2.py -> build\bdist.win32\egg\axolotl\kdf copying build\lib\axolotl\kdf\hkdfv3.py -> build\bdist.win32\egg\axolotl\kdf copying build\lib\axolotl\kdf\messagekeys.py -> build\bdist.win32\egg\axolotl\kdf copying build\lib\axolotl\kdf\__init__.py -> build\bdist.win32\egg\axolotl\kdf copying build\lib\axolotl\legacymessageexception.py -> build\bdist.win32\egg\axolotl copying build\lib\axolotl\nosessionexception.py -> build\bdist.win32\egg\axolotl creating build\bdist.win32\egg\axolotl\protocol copying build\lib\axolotl\protocol\ciphertextmessage.py -> build\bdist.win32\egg\axolotl\protocol copying build\lib\axolotl\protocol\keyexchangemessage.py -> build\bdist.win32\egg\axolotl\protocol copying build\lib\axolotl\protocol\prekeywhispermessage.py -> build\bdist.win32\egg\axolotl\protocol copying build\lib\axolotl\protocol\senderkeydistributionmessage.py -> build\bdist.win32\egg\axolotl\protocol copying build\lib\axolotl\protocol\senderkeymessage.py -> build\bdist.win32\egg\axolotl\protocol copying build\lib\axolotl\protocol\whispermessage.py -> build\bdist.win32\egg\axolotl\protocol copying build\lib\axolotl\protocol\whisperprotos_pb2.py -> build\bdist.win32\egg\axolotl\protocol copying build\lib\axolotl\protocol\__init__.py -> build\bdist.win32\egg\axolotl\protocol creating build\bdist.win32\egg\axolotl\ratchet copying build\lib\axolotl\ratchet\aliceaxolotlparameters.py -> build\bdist.win32\egg\axolotl\ratchet copying build\lib\axolotl\ratchet\bobaxolotlparamaters.py -> build\bdist.win32\egg\axolotl\ratchet copying build\lib\axolotl\ratchet\chainkey.py -> build\bdist.win32\egg\axolotl\ratchet copying build\lib\axolotl\ratchet\ratchetingsession.py -> build\bdist.win32\egg\axolotl\ratchet copying build\lib\axolotl\ratchet\rootkey.py -> build\bdist.win32\egg\axolotl\ratchet copying build\lib\axolotl\ratchet\symmetricaxolotlparameters.py -> build\bdist.win32\egg\axolotl\ratchet copying build\lib\axolotl\ratchet\__init__.py -> build\bdist.win32\egg\axolotl\ratchet copying build\lib\axolotl\sessionbuilder.py -> build\bdist.win32\egg\axolotl copying build\lib\axolotl\sessioncipher.py -> build\bdist.win32\egg\axolotl creating build\bdist.win32\egg\axolotl\state copying build\lib\axolotl\state\axolotlstore.py -> build\bdist.win32\egg\axolotl\state copying build\lib\axolotl\state\identitykeystore.py -> build\bdist.win32\egg\axolotl\state copying build\lib\axolotl\state\prekeybundle.py -> build\bdist.win32\egg\axolotl\state copying build\lib\axolotl\state\prekeyrecord.py -> build\bdist.win32\egg\axolotl\state copying build\lib\axolotl\state\prekeystore.py -> build\bdist.win32\egg\axolotl\state copying build\lib\axolotl\state\sessionrecord.py -> build\bdist.win32\egg\axolotl\state copying build\lib\axolotl\state\sessionstate.py -> build\bdist.win32\egg\axolotl\state copying build\lib\axolotl\state\sessionstore.py -> build\bdist.win32\egg\axolotl\state copying build\lib\axolotl\state\signedprekeyrecord.py -> build\bdist.win32\egg\axolotl\state copying build\lib\axolotl\state\signedprekeystore.py -> build\bdist.win32\egg\axolotl\state copying build\lib\axolotl\state\storageprotos_pb2.py -> build\bdist.win32\egg\axolotl\state copying build\lib\axolotl\state\__init__.py -> build\bdist.win32\egg\axolotl\state copying build\lib\axolotl\statekeyexchangeexception.py -> build\bdist.win32\egg\axolotl creating build\bdist.win32\egg\axolotl\tests creating build\bdist.win32\egg\axolotl\tests\groups copying build\lib\axolotl\tests\groups\inmemorysenderkeystore.py -> build\bdist.win32\egg\axolotl\tests\groups copying build\lib\axolotl\tests\groups\test_groupcipher.py -> build\bdist.win32\egg\axolotl\tests\groups copying build\lib\axolotl\tests\groups\__init__.py -> build\bdist.win32\egg\axolotl\tests\groups copying build\lib\axolotl\tests\inmemoryaxolotlstore.py -> build\bdist.win32\egg\axolotl\tests copying build\lib\axolotl\tests\inmemoryidentitykeystore.py -> build\bdist.win32\egg\axolotl\tests copying build\lib\axolotl\tests\inmemoryprekeystore.py -> build\bdist.win32\egg\axolotl\tests copying build\lib\axolotl\tests\inmemorysessionstore.py -> build\bdist.win32\egg\axolotl\tests copying build\lib\axolotl\tests\inmemorysignedprekeystore.py -> build\bdist.win32\egg\axolotl\tests creating build\bdist.win32\egg\axolotl\tests\kdf copying build\lib\axolotl\tests\kdf\test_hkdf.py -> build\bdist.win32\egg\axolotl\tests\kdf copying build\lib\axolotl\tests\kdf\__init__.py -> build\bdist.win32\egg\axolotl\tests\kdf creating build\bdist.win32\egg\axolotl\tests\ratchet copying build\lib\axolotl\tests\ratchet\test_chainkey.py -> build\bdist.win32\egg\axolotl\tests\ratchet copying build\lib\axolotl\tests\ratchet\test_ratchetingsession.py -> build\bdist.win32\egg\axolotl\tests\ratchet copying build\lib\axolotl\tests\ratchet\test_rootkey.py -> build\bdist.win32\egg\axolotl\tests\ratchet copying build\lib\axolotl\tests\ratchet\__init__.py -> build\bdist.win32\egg\axolotl\tests\ratchet copying build\lib\axolotl\tests\test_sessionbuilder.py -> build\bdist.win32\egg\axolotl\tests copying build\lib\axolotl\tests\test_sessioncipher.py -> build\bdist.win32\egg\axolotl\tests copying build\lib\axolotl\tests\test_sigs.py -> build\bdist.win32\egg\axolotl\tests creating build\bdist.win32\egg\axolotl\tests\util copying build\lib\axolotl\tests\util\test_byteutil.py -> build\bdist.win32\egg\axolotl\tests\util copying build\lib\axolotl\tests\util\__init__.py -> build\bdist.win32\egg\axolotl\tests\util copying build\lib\axolotl\tests\__init__.py -> build\bdist.win32\egg\axolotl\tests copying build\lib\axolotl\untrustedidentityexception.py -> build\bdist.win32\egg\axolotl creating build\bdist.win32\egg\axolotl\util copying build\lib\axolotl\util\byteutil.py -> build\bdist.win32\egg\axolotl\util copying build\lib\axolotl\util\hexutil.py -> build\bdist.win32\egg\axolotl\util copying build\lib\axolotl\util\keyhelper.py -> build\bdist.win32\egg\axolotl\util copying build\lib\axolotl\util\medium.py -> build\bdist.win32\egg\axolotl\util copying build\lib\axolotl\util\__init__.py -> build\bdist.win32\egg\axolotl\util copying build\lib\axolotl\__init__.py -> build\bdist.win32\egg\axolotl byte-compiling build\bdist.win32\egg\axolotl\axolotladdress.py to axolotladdress.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\duplicatemessagexception.py to duplicatemessagexception.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\ecc\curve.py to curve.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\ecc\djbec.py to djbec.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\ecc\ec.py to ec.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\ecc\eckeypair.py to eckeypair.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\ecc\__init__.py to __init__.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\groups\groupcipher.py to groupcipher.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\groups\groupsessionbuilder.py to groupsessionbuilder.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\groups\ratchet\senderchainkey.py to senderchainkey.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\groups\ratchet\sendermessagekey.py to sendermessagekey.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\groups\ratchet\__init__.py to __init__.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\groups\senderkeyname.py to senderkeyname.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\groups\state\senderkeyrecord.py to senderkeyrecord.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\groups\state\senderkeystate.py to senderkeystate.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\groups\state\senderkeystore.py to senderkeystore.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\groups\state\__init__.py to __init__.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\groups\__init__.py to __init__.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\identitykey.py to identitykey.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\identitykeypair.py to identitykeypair.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\invalidkeyexception.py to invalidkeyexception.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\invalidkeyidexception.py to invalidkeyidexception.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\invalidmessageexception.py to invalidmessageexception.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\invalidversionexception.py to invalidversionexception.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\kdf\derivedmessagesecrets.py to derivedmessagesecrets.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\kdf\derivedrootsecrets.py to derivedrootsecrets.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\kdf\hkdf.py to hkdf.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\kdf\hkdfv2.py to hkdfv2.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\kdf\hkdfv3.py to hkdfv3.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\kdf\messagekeys.py to messagekeys.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\kdf\__init__.py to __init__.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\legacymessageexception.py to legacymessageexception.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\nosessionexception.py to nosessionexception.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\protocol\ciphertextmessage.py to ciphertextmessage.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\protocol\keyexchangemessage.py to keyexchangemessage.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\protocol\prekeywhispermessage.py to prekeywhispermessage.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\protocol\senderkeydistributionmessage.py to senderkeydistributionmessage.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\protocol\senderkeymessage.py to senderkeymessage.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\protocol\whispermessage.py to whispermessage.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\protocol\whisperprotos_pb2.py to whisperprotos_pb2.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\protocol\__init__.py to __init__.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\ratchet\aliceaxolotlparameters.py to aliceaxolotlparameters.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\ratchet\bobaxolotlparamaters.py to bobaxolotlparamaters.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\ratchet\chainkey.py to chainkey.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\ratchet\ratchetingsession.py to ratchetingsession.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\ratchet\rootkey.py to rootkey.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\ratchet\symmetricaxolotlparameters.py to symmetricaxolotlparameters.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\ratchet\__init__.py to __init__.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\sessionbuilder.py to sessionbuilder.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\sessioncipher.py to sessioncipher.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\state\axolotlstore.py to axolotlstore.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\state\identitykeystore.py to identitykeystore.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\state\prekeybundle.py to prekeybundle.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\state\prekeyrecord.py to prekeyrecord.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\state\prekeystore.py to prekeystore.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\state\sessionrecord.py to sessionrecord.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\state\sessionstate.py to sessionstate.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\state\sessionstore.py to sessionstore.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\state\signedprekeyrecord.py to signedprekeyrecord.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\state\signedprekeystore.py to signedprekeystore.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\state\storageprotos_pb2.py to storageprotos_pb2.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\state\__init__.py to __init__.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\statekeyexchangeexception.py to statekeyexchangeexception.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\groups\inmemorysenderkeystore.py to inmemorysenderkeystore.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\groups\test_groupcipher.py to test_groupcipher.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\groups\__init__.py to __init__.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\inmemoryaxolotlstore.py to inmemoryaxolotlstore.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\inmemoryidentitykeystore.py to inmemoryidentitykeystore.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\inmemoryprekeystore.py to inmemoryprekeystore.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\inmemorysessionstore.py to inmemorysessionstore.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\inmemorysignedprekeystore.py to inmemorysignedprekeystore.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\kdf\test_hkdf.py to test_hkdf.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\kdf\__init__.py to __init__.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\ratchet\test_chainkey.py to test_chainkey.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\ratchet\test_ratchetingsession.py to test_ratchetingsession.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\ratchet\test_rootkey.py to test_rootkey.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\ratchet\__init__.py to __init__.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\test_sessionbuilder.py to test_sessionbuilder.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\test_sessioncipher.py to test_sessioncipher.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\test_sigs.py to test_sigs.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\util\test_byteutil.py to test_byteutil.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\util\__init__.py to __init__.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\tests\__init__.py to __init__.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\untrustedidentityexception.py to untrustedidentityexception.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\util\byteutil.py to byteutil.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\util\hexutil.py to hexutil.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\util\keyhelper.py to keyhelper.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\util\medium.py to medium.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\util\__init__.py to __init__.cpython-37.pyc byte-compiling build\bdist.win32\egg\axolotl\__init__.py to __init__.cpython-37.pyc creating build\bdist.win32\egg\EGG-INFO copying python_axolotl.egg-info\PKG-INFO -> build\bdist.win32\egg\EGG-INFO copying python_axolotl.egg-info\SOURCES.txt -> build\bdist.win32\egg\EGG-INFO copying python_axolotl.egg-info\dependency_links.txt -> build\bdist.win32\egg\EGG-INFO copying python_axolotl.egg-info\requires.txt -> build\bdist.win32\egg\EGG-INFO copying python_axolotl.egg-info\top_level.txt -> build\bdist.win32\egg\EGG-INFO zip_safe flag not set; analyzing archive contents... Traceback (most recent call last): File "setup.py", line 33, in <module> 'Topic :: Software Development :: Libraries :: Python Modules'] File "C:\Python\lib\distutils\core.py", line 148, in setup dist.run_commands() File "C:\Python\lib\distutils\dist.py", line 966, in run_commands self.run_command(cmd) File "C:\Python\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "C:\Python\lib\site-packages\setuptools\command\install.py", line 67, in run self.do_egg_install() File "C:\Python\lib\site-packages\setuptools\command\install.py", line 109, in do_egg_install self.run_command('bdist_egg') File "C:\Python\lib\distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "C:\Python\lib\distutils\dist.py", line 985, in run_command cmd_obj.run() File "C:\Python\lib\site-packages\setuptools\command\bdist_egg.py", line 209, in run os.path.join(archive_root, 'EGG-INFO'), self.zip_safe() File "C:\Python\lib\site-packages\setuptools\command\bdist_egg.py", line 245, in zip_safe return analyze_egg(self.bdist_dir, self.stubs) File "C:\Python\lib\site-packages\setuptools\command\bdist_egg.py", line 355, in analyze_egg safe = scan_module(egg_dir, base, name, stubs) and safe File "C:\Python\lib\site-packages\setuptools\command\bdist_egg.py", line 392, in scan_module code = marshal.load(f) ValueError: bad marshal data (unknown type code)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think I've followed the instructions correctly but can't seem to install...
This is the output I get when running setup.py:
Any thoughts?
The text was updated successfully, but these errors were encountered: