Created
August 4, 2015 09:16
-
-
Save jerith/b54f2183284db387c2c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (hypothesis-twisted)[11:12|jerith@kilrah] ~/code/hypothesis-twisted% pip install -e ../hypothesis | |
| Obtaining file:///Users/jerith/code/hypothesis | |
| Installing collected packages: hypothesis | |
| Running setup.py develop for hypothesis | |
| Complete output from command /Users/jerith/.virtualenvs/hypothesis-twisted/bin/python -c "import setuptools, tokenize; __file__='/Users/jerith/code/hypothesis/setup.py'; exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps: | |
| running develop | |
| error: ("Can't get a consistent path to setup script from installation directory", '/', '/Users/jerith/code/hypothesis') | |
| ---------------------------------------- | |
| Command "/Users/jerith/.virtualenvs/hypothesis-twisted/bin/python -c "import setuptools, tokenize; __file__='/Users/jerith/code/hypothesis/setup.py'; exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps" failed with error code 1 in /Users/jerith/code/hypothesis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment