-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Installation error downloading jquery on python3 on Ubuntu #17075
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
Comments
That cannot be true, because the syntax error is an f-string, which are available since 3.6. Please double-check that |
You are correct. My pip was actually pointing to python3.5. |
We should remove this and error out better. |
Running in anaconda environment in windows. I am new to python. Not sure what I did wrong. (base) C:\Users\DiYing>python --version (base) C:\Users\DiYing>pip3 install C:\Users\DiYing\Downloads\imageai-2.1.5-py3-none-any.whl
|
Your |
You are right. should I use pip instead of pip3? |
Well, your pip probably points to python 2. You should find the pip binary that is related to your python 3.7. Helping you with that is probably beyond the scope of this issue. |
Bug report
Syntax error when downloading/installing jquery-ui
I am trying to install some software that depends on Matplotlib. When I run the installation script, matplotlib installation throws this error.
Code for reproduction
```pip3 install matplotlib --user````
Actual outcome
Matplotlib version
Ubuntu 16.04 (Windows Subsystem for Linux)
Matplotlib 3.2.1
Python version 3.7
Installing matplotlib using
sudo apt-get install python3-matplotlib
works fine though.The text was updated successfully, but these errors were encountered: