sammchardy / python-kucoin

Kucoin REST and Websocket API python implementation
https://python-kucoin.readthedocs.io/en/latest/
MIT License
350 stars 148 forks source link

no module named 'kucoin.client'; 'kucoin' is not a package #93

Open Trung202 opened 2 years ago

saeedkh11 commented 2 years ago

maybe your python code name is kucoin change your code name

pb360 commented 2 years ago

where is the script? you may need to do

import sys
sys.path.append('/path/to/kucoin_dir/'
gh-user-source commented 2 years ago

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.