Advertisement
Guest User

Untitled

a guest
Jun 20th, 2021
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. Defaulting to user installation because normal site-packages is not writeable
  2. Collecting agunua
  3. Downloading agunua-1.4.tar.gz (19 kB)
  4. ERROR: Command errored out with exit status 1:
  5. command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-9wl501wj/agunua_a10bd57edbe54a4dafd260d752f726bc/setup.py'"'"'; __file__='"'"'/tmp/pip-install-9wl501wj/agunua_a10bd57edbe54a4dafd260d752f726bc/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-amco5ykf
  6. cwd: /tmp/pip-install-9wl501wj/agunua_a10bd57edbe54a4dafd260d752f726bc/
  7. Complete output (9 lines):
  8. Traceback (most recent call last):
  9. File "<string>", line 1, in <module>
  10. File "/tmp/pip-install-9wl501wj/agunua_a10bd57edbe54a4dafd260d752f726bc/setup.py", line 8, in <module>
  11. import Agunua
  12. File "/tmp/pip-install-9wl501wj/agunua_a10bd57edbe54a4dafd260d752f726bc/Agunua/__init__.py", line 24, in <module>
  13. from Agunua.utils import validate_hostname,format_x509_name
  14. File "/tmp/pip-install-9wl501wj/agunua_a10bd57edbe54a4dafd260d752f726bc/Agunua/utils.py", line 4, in <module>
  15. import netaddr
  16. ModuleNotFoundError: No module named 'netaddr'
  17. ----------------------------------------
  18. WARNING: Discarding https://files.pythonhosted.org/packages/9d/3c/a85a2976fb10bf8c05064f18bb55c4a3a2494fa2e691b1d24db33b1fb13f/agunua-1.4.tar.gz#sha256=1b1f3ba914796a9ab4e9fd9d4357a898bb07ed0b6a048daf8db8089aad66da62 (from https://pypi.org/simple/agunua/) (requires-python:>=3.7). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
  19. ... (Pip tries all version down to 0.4 with the same error)
  20. Downloading agunua-0.3.tar.gz (8.1 kB)
  21. Requirement already satisfied: pyopenssl in /usr/lib/python3.9/site-packages (from agunua) (20.0.1)
  22. Requirement already satisfied: cryptography>=3.2 in /usr/lib/python3.9/site-packages (from pyopenssl->agunua) (3.4.7)
  23. Requirement already satisfied: six>=1.5.2 in /usr/lib/python3.9/site-packages (from pyopenssl->agunua) (1.16.0)
  24. Building wheels for collected packages: agunua
  25. Building wheel for agunua (setup.py) ... done
  26. Created wheel for agunua: filename=agunua-0.3-py3-none-any.whl size=8871 sha256=163c770f9c332487713bcd7f9cafb6d84815df0b81f4528a93cca21f98bf3eff
  27. Stored in directory: /home/pjht/.cache/pip/wheels/49/96/2b/77c60b15fc868f79fc380950bc2384e9bcf27ee497bf865dd9
  28. Successfully built agunua
  29. Installing collected packages: agunua
  30. Successfully installed agunua-0.3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement