Skip to content

Instantly share code, notes, and snippets.

@santagada
Created June 16, 2016 08:47
Show Gist options
  • Save santagada/0b2fce2cf312eba8ba27598b246e7e6f to your computer and use it in GitHub Desktop.
Save santagada/0b2fce2cf312eba8ba27598b246e7e6f to your computer and use it in GitHub Desktop.
py-setproctitle master $ python setup.py develop
running develop
running egg_info
writing top-level names to setproctitle.egg-info/top_level.txt
writing dependency_links to setproctitle.egg-info/dependency_links.txt
writing setproctitle.egg-info/PKG-INFO
Traceback (most recent call last):
File "setup.py", line 105, in <module>
**kwargs)
File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/Users/santagada/.virtualenvs/py-setproctitle/lib/python3.5/site-packages/setuptools/command/develop.py", line 34, in run
self.install_for_development()
File "/Users/santagada/.virtualenvs/py-setproctitle/lib/python3.5/site-packages/setuptools/command/develop.py", line 115, in install_for_development
self.run_command('egg_info')
File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/Users/santagada/.virtualenvs/py-setproctitle/lib/python3.5/site-packages/setuptools/command/egg_info.py", line 193, in run
self.find_sources()
File "/Users/santagada/.virtualenvs/py-setproctitle/lib/python3.5/site-packages/setuptools/command/egg_info.py", line 216, in find_sources
mm.run()
File "/Users/santagada/.virtualenvs/py-setproctitle/lib/python3.5/site-packages/setuptools/command/egg_info.py", line 300, in run
self.add_defaults()
File "/Users/santagada/.virtualenvs/py-setproctitle/lib/python3.5/site-packages/setuptools/command/egg_info.py", line 329, in add_defaults
sdist.add_defaults(self)
File "/Users/santagada/.virtualenvs/py-setproctitle/lib/python3.5/site-packages/setuptools/command/sdist.py", line 132, in add_defaults
build_ext = self.get_finalized_command('build_ext')
File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/cmd.py", line 299, in get_finalized_command
cmd_obj.ensure_finalized()
File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/cmd.py", line 107, in ensure_finalized
self.finalize_options()
File "/Users/santagada/.virtualenvs/py-setproctitle/lib/python3.5/site-packages/setuptools/command/build_ext.py", line 133, in finalize_options
filename = ext._file_name = self.get_ext_filename(fullname)
File "/Users/santagada/.virtualenvs/py-setproctitle/lib/python3.5/site-packages/setuptools/command/build_ext.py", line 94, in get_ext_filename
filename = _build_ext.get_ext_filename(self, fullname)
File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/distutils/command/build_ext.py", line 681, in get_ext_filename
return os.path.join(*ext_path) + ext_suffix
TypeError: Can't convert 'NoneType' object to str implicitly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment