Skip to content

Instantly share code, notes, and snippets.

@doismellburning
Created October 20, 2014 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doismellburning/8e136787dce8bd86f4ed to your computer and use it in GitHub Desktop.
Save doismellburning/8e136787dce8bd86f4ed to your computer and use it in GitHub Desktop.
$ pip install -e .
Obtaining file:///private/tmp
Running setup.py (path:/private/tmp/setup.py) egg_info for package from file:///private/tmp
error in X setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
Complete output from command python setup.py egg_info:
error in X setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /private/tmp
from setuptools import setup
setup(
name="X",
install_requires=(
"git+https://github.com/mgedmin/ghp-import@0be8353fdf427e1bd79e26a94d7a2d707382417e#egg=ghp_import-master",
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment