Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install is broken on Linux and OSX #7

Open
rajbot opened this issue Nov 14, 2013 · 1 comment
Open

pip install is broken on Linux and OSX #7

rajbot opened this issue Nov 14, 2013 · 1 comment

Comments

@rajbot
Copy link
Collaborator

rajbot commented Nov 14, 2013

On Ubuntu:

$ uname -a
Linux vm-home0.archive.org 3.5.0-32-generic #53~precise1-Ubuntu SMP Wed May 29 20:33:37 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

$ pip install warctools
Downloading/unpacking warctools
  Could not find a version that satisfies the requirement warctools (from versions: 4.7.macosx-10.8-intel)

On OS X:

$ uname -a
Darwin rajs-MacBook-Air-2.local 12.5.0 Darwin Kernel Version 12.5.0: Mon Jul 29 16:33:49 PDT 2013; root:xnu-2050.48.11~1/RELEASE_X86_64 x86_64


$ pip install warctools
Downloading/unpacking warctools
  Downloading warctools-4.7.macosx-10.8-intel.tar.gz (54kB): 54kB downloaded
  Running setup.py egg_info for package warctools
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
    IOError: [Errno 2] No such file or directory: '/private/tmp/testenv/build/warctools/setup.py'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

IOError: [Errno 2] No such file or directory: '/private/tmp/testenv/build/warctools/setup.py'
@tef
Copy link
Collaborator

tef commented Jan 4, 2014

Should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants