Skip to content

Can't install - regular in setup.py has some problem #2

Description

@horejsek

I wanted to install pytest-testmon which depends on this package and it fails to install it...

$ pip install coverage_pth
Downloading/unpacking coverage-pth
  Running setup.py egg_info for package coverage-pth
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
      File "/home/michal.horejsek/build/coverage-pth/setup.py", line 9, in <module>
        rel_site_packages = sprem.group(1)
    AttributeError: 'NoneType' object has no attribute 'group'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

  File "/home/michal.horejsek/build/coverage-pth/setup.py", line 9, in <module>

    rel_site_packages = sprem.group(1)

AttributeError: 'NoneType' object has no attribute 'group'

----------------------------------------
Command python setup.py egg_info failed with error code 1 in /home/michal.horejsek/build/coverage-pth
Storing complete log in /home/michal.horejsek/.pip/pip.log

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions