Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. (evenv) [dreath@hawk emud]$ pip3.8 install -e evennia
  2. Obtaining file:///home/dreath/emud/evennia
  3. ERROR: Command errored out with exit status 1:
  4. command: /usr/local/bin/python3.8 -c 'import sys, setuptools
  5. , tokenize; sys.argv[0] = '"'"'/home/dreath/emud/evennia/setup.py
  6. '"'"'; __file__='"'"'/home/dreath/emud/evennia/setup.py'"'"';f=ge
  7. tattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().rep
  8. lace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, _
  9. _file__, '"'"'exec'"'"'))' egg_info
  10. cwd: /home/dreath/emud/evennia/
  11. Complete output (11 lines):
  12. Traceback (most recent call last):
  13. File "<string>", line 1, in <module>
  14. File "/usr/local/lib/python3.8/site-packages/setuptools/__i
  15. nit__.py", line 20, in <module>
  16. from setuptools.dist import Distribution, Feature
  17. File "/usr/local/lib/python3.8/site-packages/setuptools/dis
  18. t.py", line 35, in <module>
  19. from setuptools import windows_support
  20. File "/usr/local/lib/python3.8/site-packages/setuptools/win
  21. dows_support.py", line 2, in <module>
  22. import ctypes
  23. File "/usr/local/lib/python3.8/ctypes/__init__.py", line 7,
  24. in <module>
  25. from _ctypes import Union, Structure, Array
  26. ModuleNotFoundError: No module named '_ctypes'
  27. ----------------------------------------
  28. ERROR: Command errored out with exit status 1: python setup.py eg
  29. g_info Check the logs for full command output.
  30. WARNING: You are using pip version 19.2.3, however version 19.3.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement