charlesthomas / magpie

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

Issue install Magpie #58

Closed ijaaz closed 9 years ago

ijaaz commented 9 years ago

wsgiref seems to have issues...

Downloading/unpacking wsgiref==0.1.2 (from magpie)
  Downloading wsgiref-0.1.2.zip
  Running setup.py (path:/tmp/pip_build_silas/wsgiref/setup.py) egg_info for package wsgiref
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/tmp/pip_build_silas/wsgiref/setup.py", line 5, in <module>
        import ez_setup
      File "/tmp/pip_build_silas/wsgiref/ez_setup/__init__.py", line 170
        print "Setuptools version",version,"or greater has been installed."
                                 ^
    SyntaxError: Missing parentheses in call to 'print'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

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

    import ez_setup

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

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

                             ^

SyntaxError: Missing parentheses in call to 'print'

----------------------------------------
Cleaning up...

I'm running arch.

thornbill commented 9 years ago

I had some similar issues. Make sure you are using pip for python2 python2-pip. And install using pip2 install magpie.

ijaaz commented 9 years ago

Ah! That's the issue than, I simply used pip, not pip2. Thanks


Sent from Mailbox

On Wednesday Oct 29, 2014 at 4:26 PM, Bill Thornton notifications@github.com, wrote:

I had some similar issues. Make sure you are using pip for python2 python2-pip. And install using pip2 install magpie.


Reply to this email directly or view it on GitHub: https://github.com/charlesthomas/magpie/issues/58#issuecomment-60998415