You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tanzeel@tanzeel-System-Product-Name:~/BitMEX-simple-trading-robot$ python main_loop.py
Traceback (most recent call last):
File "main_loop.py", line 1, in <module>
import bitmex
File "/home/tanzeel/.local/lib/python2.7/site-packages/bitmex.py", line 5, in <module>
from BitMEXAPIKeyAuthenticator import APIKeyAuthenticator
File "/home/tanzeel/.local/lib/python2.7/site-packages/BitMEXAPIKeyAuthenticator.py", line 1, in <module>
import urllib.parse
ImportError: No module named parse
tanzeel@tanzeel-System-Product-Name:~/BitMEX-simple-trading-robot$
Hello, thank you for developing this. I am trying to run the notebook file but when ever I run it I get:
NameError Traceback (most recent call last)
in ()
----> 1 client = bitmex.bitmex(
2 test=True,
3 api_key="",
4 api_secret=""
5 )
NameError: name 'bitmex' is not defined
I am new to python and I got no idea of how to fix this any help?
The text was updated successfully, but these errors were encountered: