错误如下
运行错误提示:
import okx.Account_api as Account
ModuleNotFoundError: No module named 'okx.Account_api'
安装okx.Account_api错误提示
ERROR: Could not find a version that satisfies the requirement okx.Account_api (from versions: none)
ERROR: No matching distribution found for okx.Account_api
linux系统我用pip 安装依赖,在pip list查询也有这个文件,但是在使用是时候就是提示错误:
安装代码pip3.11 install okx和pip3.11 install python-okx
我根据错误提示安装okx.Account_api也不行,执行文件的代码没问题,因为这个代码在win10是可以正常运行的
请大家帮下忙