We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
通过pip方式安装 导入时异常
from tqsdk import TqApi
Python(1491,0x10c55adc0) malloc: can't allocate region
mach_vm_map(size=18446744072222715904, flags: 100) failed (error code=3)
明显size参数大大超过内存分配极限。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
通过pip方式安装
导入时异常
from tqsdk import TqApi
Python(1491,0x10c55adc0) malloc: can't allocate region
mach_vm_map(size=18446744072222715904, flags: 100) failed (error code=3)
明显size参数大大超过内存分配极限。
The text was updated successfully, but these errors were encountered: