Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to install from github #20

Open
skyjur opened this issue Jul 20, 2017 · 1 comment
Open

Not able to install from github #20

skyjur opened this issue Jul 20, 2017 · 1 comment

Comments

@skyjur
Copy link

skyjur commented Jul 20, 2017

Doing

$ 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'

throws

IOError: [Errno 2] No such file or directory: 'commit-version'

I can see that in setup.py it tries to open commit-version file which is missing
https://github.com/analytics-pros/universal-analytics-python/blob/master/setup.py#L4

@ronalddas
Copy link

even, i was getting the same error. but pip install universal-analytics-python worked.
Although, it looks the library is not working anymore, couldn't see any change in my analytics page even after trying the example mentioned in the readme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants