BitgetLimited / v3-bitget-api-sdk

148 stars 150 forks source link

ModuleNotFoundError: No module named 'bitget' #8

Open chlchl8282 opened 2 years ago

chlchl8282 commented 2 years ago

Hi, I am using python by applying your examples, however I am getting ModuleNotFoundError: No module named 'bitget'

Do you have a guide on how to install the bitget package? pip install bitget seems not working, thanks.

BitgetLimited commented 2 years ago

Hi, I am using python by applying your examples, however I am getting ModuleNotFoundError: No module named 'bitget'

Do you have a guide on how to install the bitget package? pip install bitget seems not working, thanks.

Which example did you run?

kithevans commented 2 years ago

I also want to know the answer of this question too. I want to use the functions in the 'example_mix.py' to order an position using python, but the mobule 'bitget' can not be installed by pip install.

How can I use the functions in the example_mix.py ??

Supr3meryo commented 1 year ago

Download the bitget-python-sdk-api navigate with terminal inside the bitget-python-sdk-api FOLDER open and edit example_mix.py add you APIKEY, SECRETKEY, PASSPHRASE. then u can run python3 example_mix.py

Shrugga commented 1 year ago

Has this been resolved. BitGet seems to offer the module install command lines for PHP and Java but there is nothing written for Python. Telegram mods seem to think it can be installed via pip...

"pip install bitget-python-sdk-api"

This isn't doing anything. Any help?