Open nicix21 opened 6 years ago
The BitMEX python API is seemingly built for python3. In Python2, there is no urllib.parse package.
You could switch to Python3, or edit the first line in the BitMEXAPIKeyAuthenticator.py script and hope there is no other line that breaks under Python2.
From:
import urllib.parse
To:
import urlparse
Hello I'm quite newbie. I installed "bitmex" with pip and then I tried to "import bitmex" but here is the message I got from the terminal :
If anyone could help.