python-kucoin
python-kucoin copied to clipboard
no module named 'kucoin.client'; 'kucoin' is not a package
maybe your python code name is kucoin change your code name
where is the script? you may need to do
import sys
sys.path.append('/path/to/kucoin_dir/'
maybe your python code name is kucoin change your code name
This was the issue for me, I named the file 'kucoin.py', gets me every time.