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

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/4c/qjnnzbf17w7dbttpwsjr1_vw0000gn/T/pip-build-bioziida/python-mega/ #11

Closed
madchucky opened this issue Nov 17, 2017 · 2 comments

Comments

@madchucky
Copy link

madchucky commented Nov 17, 2017

When I try to install the package, I get the following error
$ pip install python-mega

  Using cached python-mega-0.1.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/4c/qjnnzbf17w7dbttpwsjr1_vw0000gn/T/pip-build-bioziida/python-mega/setup.py", line 48
        print "You probably want to also tag the version now:"
                                                             ^
    SyntaxError: Missing parentheses in call to 'print'. Did you mean print(int "You probably want to also tag the version now:")?
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/4c/qjnnzbf17w7dbttpwsjr1_vw0000gn/T/pip-build-bioziida/python-mega/

My python version is as follow:
$ python --version
Python 3.6.3 :: Anaconda, Inc.

@madchucky
Copy link
Author

Sorry, it is linked to Python 3 support.

@JuanjoSalvador
Copy link

You can use a virtualenv with Python 2.7 and install it using pip. I'm using python-mega on a small script for scrap and download a lot of links into a webpage and it works fine.

Support for Python 3 will come in few weeks, I have a lot of work and I only can code my own things on weekends.

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