from upstox import Upstox
ModuleNotFoundError: No module named ‘upstox’
i already installed pip3 install upstox
also not able to install pip3 upstox_client
from upstox import Upstox
ModuleNotFoundError: No module named ‘upstox’
i already installed pip3 install upstox
also not able to install pip3 upstox_client
Hi @ARCHANA_35442897
The upstox
module you are trying to install is deprecated. We recommend installing the upstox-python-sdk
module. Further details can be found at GitHub - upstox/upstox-python: Official Python SDK for accessing Upstox API.
Thank you.