Advertisement
Guest User

Untitled

a guest
Jan 26th, 2022
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. tmp/makepkg/python-otr/src/python3-otr-2.0.1/setup.py:4: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  2. from distutils.core import Distribution
  3. Traceback (most recent call last):
  4. File "/tmp/makepkg/python-otr/src/python3-otr-2.0.1/setup.py", line 5, in <module>
  5. from otr import __info__ as package_info
  6. File "/tmp/makepkg/python-otr/src/python3-otr-2.0.1/otr/__init__.py", line 7, in <module>
  7. from otr.cryptography import PrivateKey
  8. File "/tmp/makepkg/python-otr/src/python3-otr-2.0.1/otr/cryptography.py", line 4, in <module>
  9. from cryptography.exceptions import AlreadyFinalized, InvalidSignature
  10. ModuleNotFoundError: No module named 'cryptography'
  11. ==> ERROR: A failure occurred in build().
  12. Aborting...
  13. :: Unable to build python-otr - makepkg exited with code: 4
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement