#### Steps: 1. Clone crowd-scholar repo 2. Run: sudo python setup.py develop #### Expected: - setup.py to install all required packages #### Actual: - setup.py chokes on sciparse Best match: sciparse 0.1 Downloading git://github.com/jmcarp/sciparse#egg=sciparse-0.1 error: Download error for git://github.com/jmcarp/sciparse: unknown url type: git - Note: **setup.py develop** works on OSX
Steps:
Expected:
Actual:
setup.py chokes on sciparse
Best match: sciparse 0.1
Downloading git://github.com/jmcarp/sciparse#egg=sciparse-0.1
error: Download error for git://github.com/jmcarp/sciparse: unknown url type: git
Note: setup.py develop works on OSX