Skip to content

pip install of pybloomfiltermmap is failing #11

Description

@mestizo

The pip install of pybloomfiltermmap is failing. It appears that it believe "macosx" is part of the version number of the package. The logs are here:

  Using version 0.3.14.macosx-10.9-intel (newest of versions: 0.3.14.macosx-10.9-intel, 0.3.14.linux-x86_64, 0.3.14, 0.3.13.macosx-10.9-intel, 0.3.13.linux-x86_64, 0.3.13, 0.3.12.macosx-10.9-intel, 0.3.12.linux-x86_64, 0.3.12, 0.3.11, 0.3.10, 0.3.9, 0.3.8, 0.3.6.linux-x86_64, 0.3.6, 0.3.2, 0.3.1, 0.2.0, 0.1.26, 0.1.24, 0.1.22, 0.1.20.linux-i686, 0.1.20, 0.1.18.linux-i686, 0.1.18, 0.1.16.linux-i686, 0.1.16, 0.1.14.linux-i686, 0.1.12.linux-x86_64, 0.1.12.linux-i686, 0.1.12, 0.1.10.linux-x86_64, 0.1.10.linux-i686, 0.1.10)
  Downloading pybloomfiltermmap-0.3.14.macosx-10.9-intel.tar.gz (97Kb): 
  Downloading from URL https://pypi.python.org/packages/2.7/p/pybloomfiltermmap/pybloomfiltermmap-0.3.14.macosx-10.9-intel.tar.gz#md5=bd4bc20376cfceb9e0bb66b49e211f0d (from https://pypi.python.org/simple/pybloomfiltermmap/)
...Downloading pybloomfiltermmap-0.3.14.macosx-10.9-intel.tar.gz (97Kb): 97Kb downloaded
  Running setup.py egg_info for package pybloomfiltermmap
    Running command python setup.py egg_info
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
    IOError: [Errno 2] No such file or directory: '/root/build/pybloomfiltermmap/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

I can manually correct this from the command line with:

pip install pybloomfiltermmap==0.3.14

but not sure how to fix that via the puppet base.pp file...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions