abayomi185 / simple-pump-and-dump-bot

Simple pump-and-dump bot for Binance and Kucoin Cryptocurrency Exchange
Apache License 2.0
78 stars 21 forks source link

Cannot improt market usr local lib #3

Closed ghost closed 3 years ago

ghost commented 3 years ago

python3 bot-kucoin.py installed but new issue comes up root@ubuntu:/home/max/simple-pump-and-dump-bot/src# python3 bot-kucoin.py Traceback (most recent call last): File "bot-kucoin.py", line 18, in from kucoin.client import Market ImportError: cannot import name 'Market' from 'kucoin.client' (/usr/local/lib/python3.8/dist-packages/kucoin/client.py) root@ubuntu:/home/max/simple-pump-and-dump-bot/src#

abayomi185 commented 3 years ago

Hey, try this instead;

pip install kucoin-python

I mixed up the packages

This one is the official package https://github.com/Kucoin/kucoin-python-sdk