Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ERROR: Command errored out with exit status 1:
- 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
- cwd: /tmp/pip-install-306jt736/bzr/
- Complete output (24 lines):
- running egg_info
- creating /tmp/pip-pip-egg-info-mce0e3o9/bzr.egg-info
- writing /tmp/pip-pip-egg-info-mce0e3o9/bzr.egg-info/PKG-INFO
- Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "/tmp/pip-install-306jt736/bzr/setup.py", line 781, in <module>
- setup(**ARGS)
- File "/usr/lib64/python3.8/distutils/core.py", line 148, in setup
- dist.run_commands()
- File "/usr/lib64/python3.8/distutils/dist.py", line 966, in run_commands
- self.run_command(cmd)
- File "/usr/lib64/python3.8/distutils/dist.py", line 985, in run_command
- cmd_obj.run()
- File "/home/fclews/.local/lib/python3.8/site-packages/setuptools/command/egg_info.py", line 290, in run
- writer(self, ep.name, os.path.join(self.egg_info, ep.name))
- File "/home/fclews/.local/lib/python3.8/site-packages/setuptools/command/egg_info.py", line 622, in write_pkg_info
- metadata.write_pkg_info(cmd.egg_info)
- File "/usr/lib64/python3.8/distutils/dist.py", line 1117, in write_pkg_info
- self.write_pkg_file(pkg_info)
- File "/home/fclews/.local/lib/python3.8/site-packages/setuptools/dist.py", line 165, in write_pkg_file
- long_desc = rfc822_escape(self.get_long_description())
- File "/usr/lib64/python3.8/distutils/util.py", line 475, in rfc822_escape
- lines = header.split('\n')
- TypeError: a bytes-like object is required, not 'str'
- ----------------------------------------
- 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