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

Syntax error with pip install on Python 3 #39

Closed
gwerbin opened this issue Sep 15, 2017 · 5 comments
Closed

Syntax error with pip install on Python 3 #39

gwerbin opened this issue Sep 15, 2017 · 5 comments

Comments

@gwerbin
Copy link

gwerbin commented Sep 15, 2017

$ pip3 install vaex
Collecting vaex
  Using cached vaex-0.3.10.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/4j/n8nxnsy12y92t475g318yptm0000gn/T/pip-build-in7iizfc/vaex/setup.py", line 18
        print "Executing: ", cmd
                          ^
    SyntaxError: Missing parentheses in call to 'print'

    ----------------------------------------

I don't get the error when installing from Git:

$ pip3 install git+https://github.com/maartenbreddels/vaex/

My system info:

$ pip3 --version
pip 9.0.1 from /usr/local/lib/python3.6/site-packages (python 3.6)

$ python3 --version
Python 3.6.2
@maartenbreddels
Copy link
Member

Hi, please see #36

@maartenbreddels
Copy link
Member

Assuming this is solved, if not, please reopen

@gwerbin
Copy link
Author

gwerbin commented Nov 30, 2017

I ended up installing from Conda. But the answer is to install with --pre?

@maartenbreddels
Copy link
Member

indeed for now. Until I release a stable 1.0

@PriyaPareek635
Copy link

If you want to install any package or libraries using python 3.x then follow these steps:
1)go to cmd
2)copy the path of python up to scripts for ex :(C:\Users\PriyaPareek\AppData\Local\Programs\Python\Python37-32\Scripts)
3)press enter
4)then install the package or library like this: pip install SomePackage

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

3 participants