Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2020
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. ERROR: Command errored out with exit status 1:
  2. command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-306jt736/bzr/setup.py'"'"'; __file__='"'"'/tmp/pip-install-306jt736/bzr/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-mce0e3o9
  3. cwd: /tmp/pip-install-306jt736/bzr/
  4. Complete output (24 lines):
  5. running egg_info
  6. creating /tmp/pip-pip-egg-info-mce0e3o9/bzr.egg-info
  7. writing /tmp/pip-pip-egg-info-mce0e3o9/bzr.egg-info/PKG-INFO
  8. Traceback (most recent call last):
  9. File "<string>", line 1, in <module>
  10. File "/tmp/pip-install-306jt736/bzr/setup.py", line 781, in <module>
  11. setup(**ARGS)
  12. File "/usr/lib64/python3.8/distutils/core.py", line 148, in setup
  13. dist.run_commands()
  14. File "/usr/lib64/python3.8/distutils/dist.py", line 966, in run_commands
  15. self.run_command(cmd)
  16. File "/usr/lib64/python3.8/distutils/dist.py", line 985, in run_command
  17. cmd_obj.run()
  18. File "/home/fclews/.local/lib/python3.8/site-packages/setuptools/command/egg_info.py", line 290, in run
  19. writer(self, ep.name, os.path.join(self.egg_info, ep.name))
  20. File "/home/fclews/.local/lib/python3.8/site-packages/setuptools/command/egg_info.py", line 622, in write_pkg_info
  21. metadata.write_pkg_info(cmd.egg_info)
  22. File "/usr/lib64/python3.8/distutils/dist.py", line 1117, in write_pkg_info
  23. self.write_pkg_file(pkg_info)
  24. File "/home/fclews/.local/lib/python3.8/site-packages/setuptools/dist.py", line 165, in write_pkg_file
  25. long_desc = rfc822_escape(self.get_long_description())
  26. File "/usr/lib64/python3.8/distutils/util.py", line 475, in rfc822_escape
  27. lines = header.split('\n')
  28. TypeError: a bytes-like object is required, not 'str'
  29. ----------------------------------------
  30. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement