Unable to install - `tableauserverclient` library with python 3.10 version.
See original GitHub issueHi 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 :
Issue Analytics
- State:
- Created a year ago
- Comments:7 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @jorwoods,
I have followed your suggestion, and it’s sucessfully installed tableauserverclient library. Thanks for your support.
Tried it in a fresh 3.10 container and it installs just fine in my environment.