keybase / python-triplesec

A Python port of the triplesec library.
BSD 3-Clause "New" or "Revised" License
82 stars 18 forks source link

IOError: [Errno 2] No such file or directory: '/home/pierre/build/triplesec/setup.py' #5

Closed Rudloff closed 10 years ago

Rudloff commented 10 years ago

Hello,

I am trying to install TripleSec on Debian 7.4 but it does not work:

Downloading/unpacking triplesec
  Downloading TripleSec-0.3.macosx-10.8-x86_64.tar.gz
  Running setup.py egg_info for package triplesec
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
    IOError: [Errno 2] No such file or directory: '/home/pierre/build/triplesec/setup.py'
    Complete output from 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: '/home/pierre/build/triplesec/setup.py'

----------------------------------------
Command python setup.py egg_info failed with error code 1 in /home/pierre/build/triplesec
Storing complete log in /root/.pip/pip.log

Regards,

FiloSottile commented 10 years ago

Hello @Rudloff,

Apparently the OS X binary version was being served to all requests by the PyPi.

I took that down and now pip installation works.

Thanks for reporting.