Skip to content

Installing from PyPI with pip still broken #100

@calpaterson

Description

@calpaterson

Hey,

I can see that you merged PR #97 recently to fix this issue, but it's still not possible to install via pip for me. Here's a transcript:

(tempenv-5f92108943223) cal@hp-elitedesk ~/s/b/i/ops> pip install apns
Downloading/unpacking apns
  Downloading apns-2.0.tar.gz
  Running setup.py (path:/home/cal/.virtualenvs/tempenv-5f92108943223/build/apns/setup.py) egg_info for package apns

Installing collected packages: apns
  Running setup.py install for apns
    error: file '/home/cal/.virtualenvs/tempenv-5f92108943223/build/apns/apns-send' does not exist
    Complete output from command /home/cal/.virtualenvs/tempenv-5f92108943223/bin/python -c "import setuptools, tokenize;__file__='/home/cal/.virtualenvs/tempenv-5f92108943223/build/apns/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-gleqyn-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/cal/.virtualenvs/tempenv-5f92108943223/include/site/python2.7:
    running install

running build

running build_py

creating build

creating build/lib.linux-x86_64-2.7

copying apns.py -> build/lib.linux-x86_64-2.7

running build_scripts

creating build/scripts-2.7

error: file '/home/cal/.virtualenvs/tempenv-5f92108943223/build/apns/apns-send' does not exist

----------------------------------------
Cleaning up...
Command /home/cal/.virtualenvs/tempenv-5f92108943223/bin/python -c "import setuptools, tokenize;__file__='/home/cal/.virtualenvs/tempenv-5f92108943223/build/apns/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-gleqyn-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/cal/.virtualenvs/tempenv-5f92108943223/include/site/python2.7 failed with error code 1 in /home/cal/.virtualenvs/tempenv-5f92108943223/build/apns
Storing debug log for failure in /home/cal/.pip/pip.log

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