Guest User

Untitled

a guest
Sep 20th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 4.51 KB | None | 0 0
  1. running install
  2. running bdist_egg
  3. running egg_info
  4. writing matrix_sygnal.egg-info/PKG-INFO
  5. writing dependency_links to matrix_sygnal.egg-info/dependency_links.txt
  6. writing requirements to matrix_sygnal.egg-info/requires.txt
  7. writing top-level names to matrix_sygnal.egg-info/top_level.txt
  8. reading manifest file 'matrix_sygnal.egg-info/SOURCES.txt'
  9. writing manifest file 'matrix_sygnal.egg-info/SOURCES.txt'
  10. installing library code to build/bdist.linux-x86_64/egg
  11. running install_lib
  12. running build_py
  13. creating build/bdist.linux-x86_64/egg
  14. creating build/bdist.linux-x86_64/egg/sygnal
  15. copying build/lib/sygnal/apnstruncate.py -> build/bdist.linux-x86_64/egg/sygnal
  16. copying build/lib/sygnal/exceptions.py -> build/bdist.linux-x86_64/egg/sygnal
  17. copying build/lib/sygnal/notifications.py -> build/bdist.linux-x86_64/egg/sygnal
  18. copying build/lib/sygnal/sygnal.py -> build/bdist.linux-x86_64/egg/sygnal
  19. copying build/lib/sygnal/utils.py -> build/bdist.linux-x86_64/egg/sygnal
  20. creating build/bdist.linux-x86_64/egg/sygnal/helper
  21. copying build/lib/sygnal/helper/context_factory.py -> build/bdist.linux-x86_64/egg/sygnal/helper
  22. copying build/lib/sygnal/helper/__init__.py -> build/bdist.linux-x86_64/egg/sygnal/helper
  23. copying build/lib/sygnal/http.py -> build/bdist.linux-x86_64/egg/sygnal
  24. copying build/lib/sygnal/gcmpushkin.py -> build/bdist.linux-x86_64/egg/sygnal
  25. copying build/lib/sygnal/__init__.py -> build/bdist.linux-x86_64/egg/sygnal
  26. copying build/lib/sygnal/apnspushkin.py -> build/bdist.linux-x86_64/egg/sygnal
  27. byte-compiling build/bdist.linux-x86_64/egg/sygnal/apnstruncate.py to apnstruncate.cpython-37.pyc
  28. byte-compiling build/bdist.linux-x86_64/egg/sygnal/exceptions.py to exceptions.cpython-37.pyc
  29. byte-compiling build/bdist.linux-x86_64/egg/sygnal/notifications.py to notifications.cpython-37.pyc
  30. byte-compiling build/bdist.linux-x86_64/egg/sygnal/sygnal.py to sygnal.cpython-37.pyc
  31. byte-compiling build/bdist.linux-x86_64/egg/sygnal/utils.py to utils.cpython-37.pyc
  32. byte-compiling build/bdist.linux-x86_64/egg/sygnal/helper/context_factory.py to context_factory.cpython-37.pyc
  33. byte-compiling build/bdist.linux-x86_64/egg/sygnal/helper/__init__.py to __init__.cpython-37.pyc
  34. byte-compiling build/bdist.linux-x86_64/egg/sygnal/http.py to http.cpython-37.pyc
  35. byte-compiling build/bdist.linux-x86_64/egg/sygnal/gcmpushkin.py to gcmpushkin.cpython-37.pyc
  36. byte-compiling build/bdist.linux-x86_64/egg/sygnal/__init__.py to __init__.cpython-37.pyc
  37. byte-compiling build/bdist.linux-x86_64/egg/sygnal/apnspushkin.py to apnspushkin.cpython-37.pyc
  38. creating build/bdist.linux-x86_64/egg/EGG-INFO
  39. copying matrix_sygnal.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
  40. copying matrix_sygnal.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  41. copying matrix_sygnal.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  42. copying matrix_sygnal.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  43. copying matrix_sygnal.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
  44. zip_safe flag not set; analyzing archive contents...
  45. Traceback (most recent call last):
  46.   File "./setup.py", line 49, in <module>
  47.     long_description=read("README.rst"),
  48.   File "/usr/lib/python3.7/distutils/core.py", line 148, in setup
  49.     dist.run_commands()
  50.   File "/usr/lib/python3.7/distutils/dist.py", line 966, in run_commands
  51.     self.run_command(cmd)
  52.   File "/usr/lib/python3.7/distutils/dist.py", line 985, in run_command
  53.     cmd_obj.run()
  54.   File "/usr/lib/python3/dist-packages/setuptools/command/install.py", line 67, in run
  55.     self.do_egg_install()
  56.   File "/usr/lib/python3/dist-packages/setuptools/command/install.py", line 109, in do_egg_install
  57.     self.run_command('bdist_egg')
  58.   File "/usr/lib/python3.7/distutils/cmd.py", line 313, in run_command
  59.     self.distribution.run_command(command)
  60.   File "/usr/lib/python3.7/distutils/dist.py", line 985, in run_command
  61.     cmd_obj.run()
  62.   File "/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 209, in run
  63.     os.path.join(archive_root, 'EGG-INFO'), self.zip_safe()
  64.   File "/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 245, in zip_safe
  65.     return analyze_egg(self.bdist_dir, self.stubs)
  66.   File "/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 355, in analyze_egg
  67.     safe = scan_module(egg_dir, base, name, stubs) and safe
  68.   File "/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 392, in scan_module
  69.     code = marshal.load(f)
  70. ValueError: bad marshal data (unknown type code)
Advertisement
Add Comment
Please, Sign In to add comment