I am trying install kiteconnect in Anaconda. I get the following error ERROR: twisted 23.8.0 has requirement attrs>=21.3.0, but you'll have attrs 19.2.0 which is incompatible.
I tried uninstalling and installing several times and restarting the system but i get the same error I use python version 3.7.4
Can you paste here the output of pip show Twisted from your local env? Does pip install --upgrade Twisted doesn't help? Maybe try out the steps mentioned in this thread.
pip show Twisted
from your local env?Does
pip install --upgrade Twisted
doesn't help?Maybe try out the steps mentioned in this thread.
pip install --upgrade Twisted worked.
But after that i got few more errors "module 'openssl.ssl' has no attribute 'tls_method' for which one can see this thread https://kite.trade/forum/discussion/11960/i-am-getting-error-while-importing-kiteconnect-module/p1
Closing the thread now.