Skip to content

ImportError: No module named pkgconfig #39

@brad

Description

@brad

I can't install the latest version (1.0.1):

 % mkvirtualenv test
New python executable in /media/projects/.virtualenvs/test/bin/python
Installing setuptools, pip, wheel...done.
(test)  % which python
/media/projects/.virtualenvs/test/bin/python
(test)  % python -V
Python 2.7.12
(test)  % pip install xmlsec
Collecting xmlsec
  Downloading xmlsec-1.0.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-42z6jD/xmlsec/setup.py", line 5, in <module>
        import pkgconfig
    ImportError: No module named pkgconfig
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-42z6jD/xmlsec/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions