Python Forum

Full Version: PIP problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I solved the problem!!!!! Smile Smile Smile

I store all my Python programs in 1 folder. One of the programs in the folder imported the REQUEST module.

I have deleted this program and now everything works fine.

I do not understand however why this could be a problem. When I issue the PIP command on the command line, there should be no reason to call this program.

Kind regards,

Hubert
Did you name a file 'request.py' or a directory 'request' by any chance?
Nope.

It was named http.py.
need Linux so you can type 'which pip'
Pages: 1 2 3