tableau / rest-api-samples

Samples for the Tableau REST API
MIT License
388 stars 272 forks source link

Python Pip Command Issue #42

Closed anitadeshmukh closed 2 years ago

anitadeshmukh commented 5 years ago

Hi ,

I am getting below error while running a simple tableau server sign in api . ModuleNotFoundError:No module named request.

I tried to install request library using pip command but no luck Error:Could not find a version that satisfies the requirement request.

I think my system wont allow me to install any libraries without having admin access. So i would like to know is there any other way we can download that request library and use it in our code without doing any installation.

Any help is greatly appreciated.

Thanks, Anita

las972 commented 3 years ago

I'm having the same problem with installing the request library. I do have admin rights on my machine, so that's not the cause of my issues. Does anyone have any pointers?

jacalata commented 2 years ago

I think you both just forgot the 's' at the end of the name: the library is named requests