Python Forum

Full Version: invalid syntax when trying install package
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried to install a requirements.txt but I keep getting this message: screen shot

I google and youtube search for answer but could not get any.

Thanks for any help!
Please, don't post images. copy/paste code, output, errors, etc. in BBcode tags.
See BBcode help for more info.

in this case - you need to use pip command from shell, i.e. command prompt.
However you are using pip inside python, i.e. in python interactive prompt