novadaxsdk / Python

NovaDax API SDK of Python
17 stars 2 forks source link

No module named 'novadax.kernel.http' #6

Open aco1731 opened 3 years ago

aco1731 commented 3 years ago

Python 3.8.5 pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8) novadax (1.1.0) - NovaDAX API SDK INSTALLED: 1.1.0 (latest)

i tried to run:

_from novadax import WebSocketClient

nova_client = WebSocketClient('your access key(optional)', 'your secret key(optional)')

def tickers_handler(tickers): print('received tickers: ', tickers)

nova_client.sub_market_tickers(tickershandler)

but always got that error:

.local/lib/python3.8/site-packages/novadax/kernel/init.py in ----> 1 from novadax.kernel.http import BaseHTTPClient 2 from novadax.kernel.websocket import BaseWebSocketClient

ModuleNotFoundError: No module named 'novadax.kernel.http'

deyvison0701 commented 3 years ago

Estou com o mesmo problema... achou alguma solução?