twister.internet..
-
how to get the module twister.internet...looks like its not available
-
-
-
try this.. it worked for me
step 1 : pip install pipwin
step 2 : pipwin install twisted
-
ModuleNotFoundError: is a typical installation issue. make sure you call pip from same python version that you use for your scripts.
-
@rajanprabu i did that but still facing the issue..I am using Python 3.9...
-
pip install twisted
-
@Satyajg i am trying to setup but facing issue
File "H:\Algo Trading Coding\sample.py", line 2, in <module>
from smartapi.smartConnect import SmartConnect #from smartapi import SmartConnect
File "C:\Users\satya\AppData\Local\Programs\Python\Python39\lib\site-packages\smartapi_init_.py", line 4, in <module>
from smartapi.webSocket import WebSocket
File "C:\Users\satya\AppData\Local\Programs\Python\Python39\lib\site-packages\smartapi\webSocket.py", line 12, in <module>
from twisted.internet import reactor, ssl
ModuleNotFoundError: No module named 'twisted.internet'