Skip to content

Not able to install from github #20

@skyjur

Description

@skyjur

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions