robinhood-unofficial / pyrh

Python Framework to make trades with the unofficial Robinhood API
https://pyrh.readthedocs.io/en/latest/
MIT License
1.77k stars 603 forks source link

ModuleNotFoundError: No module named 'tableauserverclient' #311

Open Surya04021987 opened 12 months ago

Surya04021987 commented 12 months ago

Hi,

My Python program is throwing following error:

ModuleNotFoundError: No module named 'tableauserverclient' How to remove the ModuleNotFoundError: No module named 'tableauserverclient' error?

Description

I have install python 3.12 and pip 23.2.1, getting below error when i try to execute the samples from server-client-python-master Exception has occurred: ModuleNotFoundError No module named 'tableauserverclient' File "C:\Users\snalluri\Downloads\server-client-python-master\samples\create_group.py", line 16, in import tableauserverclient as TSC ModuleNotFoundError: No module named 'tableauserverclient'

Please advice on this.

I really appreciate your help.

Regards, Surya

stale[bot] commented 4 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.