$ pip install -e git+https://github.com/analytics-pros/universal-analytics-python.git#egg=universal-analytics-python-dev
Obtaining universal-analytics-python from git+https://github.com/analytics-pros/universal-analytics-python.git#egg=universal-analytics-python-dev
Cloning https://github.com/analytics-pros/universal-analytics-python.git to ./env/src/universal-analytics-python
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "env/src/universal-analytics-python/setup.py", line 4, in <module>
VERSION=open('commit-version').read().strip()
IOError: [Errno 2] No such file or directory: 'commit-version'
IOError: [Errno 2] No such file or directory: 'commit-version'
Doing
throws
I can see that in
setup.pyit tries to opencommit-versionfile which is missinghttps://github.com/analytics-pros/universal-analytics-python/blob/master/setup.py#L4