You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception has occurred: ModuleNotFoundError
No module named 'imp'
File "D:\GitHub\Trader\bitget\utils.py", line 5, in
from Crypto.Hash import SHA256
File "D:\GitHub\Trader\bitget\client.py", line 3, in
from . import consts as c, utils, exceptions
File "D:\GitHub\Trader\bitget\v2\mix\order_api.py", line 2, in
from bitget.client import Client
File "D:\GitHub\Trader\Trader.py", line 1, in
import bitget.v2.mix.order_api as maxOrderApi
ModuleNotFoundError: No module named 'imp'
The text was updated successfully, but these errors were encountered:
Exception has occurred: ModuleNotFoundError
No module named 'imp'
File "D:\GitHub\Trader\bitget\utils.py", line 5, in
from Crypto.Hash import SHA256
File "D:\GitHub\Trader\bitget\client.py", line 3, in
from . import consts as c, utils, exceptions
File "D:\GitHub\Trader\bitget\v2\mix\order_api.py", line 2, in
from bitget.client import Client
File "D:\GitHub\Trader\Trader.py", line 1, in
import bitget.v2.mix.order_api as maxOrderApi
ModuleNotFoundError: No module named 'imp'
The text was updated successfully, but these errors were encountered: