charlesthomas / magpie

Git-backed Evernote replacement
MIT License
646 stars 50 forks source link

Cant PIP install on Arch linux #18

Closed Hippyjake closed 10 years ago

Hippyjake commented 10 years ago

Not sure what logs you need but here is what I think is relevant:

Downloading wsgiref-0.1.2.zip
  Downloading from URL https://pypi.python.org/packages/source/w/wsgiref/wsgiref-0.1.2.zip#md5=29b146e6ebd0f9fb119fe321f7bcf6cb (from https://pypi.python.org/simple/wsgiref/)
  Running setup.py (path:/tmp/pip_build_jake/wsgiref/setup.py) egg_info for package wsgiref
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/tmp/pip_build_jake/wsgiref/setup.py", line 5, in <module>
        import ez_setup
      File "/tmp/pip_build_jake/wsgiref/ez_setup/__init__.py", line 170
        print "Setuptools version",version,"or greater has been installed."
                                 ^
    SyntaxError: invalid syntax
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "/tmp/pip_build_jake/wsgiref/setup.py", line 5, in <module>

    import ez_setup

  File "/tmp/pip_build_jake/wsgiref/ez_setup/__init__.py", line 170

    print "Setuptools version",version,"or greater has been installed."

                             ^

SyntaxError: invalid syntax

----------------------------------------
Cleaning up...
  Removing temporary dir /tmp/pip_build_jake...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_jake/wsgiref
Exception information:
Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/pip/basecommand.py", line 122, in main
    status = self.run(options, args)
  File "/usr/lib/python3.4/site-packages/pip/commands/install.py", line 278, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/usr/lib/python3.4/site-packages/pip/req.py", line 1229, in prepare_files
    req_to_install.run_egg_info()
  File "/usr/lib/python3.4/site-packages/pip/req.py", line 325, in run_egg_info
    command_desc='python setup.py egg_info')
  File "/usr/lib/python3.4/site-packages/pip/util.py", line 697, in call_subprocess
    % (command_desc, proc.returncode, cwd))
pip.exceptions.InstallationError: Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_jake/wsgiref 
bobbaluba commented 10 years ago

Use the pip2 command from the python2-pip package instead.

This is a duplicate of #17, btw.

Hippyjake commented 10 years ago

Thanks! Sorry to bug you. Great work.