question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to install - `tableauserverclient` library with python 3.10 version.

See original GitHub issue

Hi Team,

We were working on a linux machine. Earlier, it was python 3.9 and recently it was updated to python 3.10.

My python script is working fine on the 3.9 version but we are facing the below issue in the updated 3.10 version.

  • I have imported tableauserverclien python library in my python script as below.

    • import tableauserverclient as TSC

if i try to execute the script as python3 script.py i am getting the below error and attached the screen short for your reference. Error :

  • import tableauserverclient as TSC ModuleNotFoundError: No module named ‘tableauserverclient’

To install the tableauserverclient module, i have used the below command.

  • pip install tableauserverclient,

here i am getting the errors and attached the error screen short for your references.

Error Screen Shots : Error 1 Error 2 Error 3

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
srajulapaticommented, Jul 20, 2022

Hi @jorwoods,

I have followed your suggestion, and it’s sucessfully installed tableauserverclient library. Thanks for your support.

0reactions
jorwoodscommented, Jul 16, 2022

Tried it in a fresh 3.10 container and it installs just fine in my environment.

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

tableauserverclient - PyPI
A Python module for working with the Tableau Server REST API. ... pip install tableauserverclient. Copy PIP instructions. Latest version.
Read more >
Get Started - Tableau Open Source
2) Download and manually install the requests Python library (and its dependencies). 3) Download the setup package. 4) Run pip install ./tableauserverclient- ...
Read more >
TabPy Support for Python 3.10 | Tableau Software
When trying to install TabPy in a Python 3.10 environment, ... ERROR: Could not find a version that satisfies the requirement tabpy (from ......
Read more >
manually importing tableauserverclient module without pip ...
I assume that when you say you can't use pip, you mean that you can't ... Download and manually install the requests Python...
Read more >
setup.py · main · Nikhil Singh[MicroSoft] / airflow · GitLab
stdlib, which is deprecated in Python 3.10 and will be removed in 3.12. ... PyPI version to install the provider package from.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found