pip install tqsdk2 -i http://mirrors.aliyun.com/pypi/simple/ -trusted-host=mirrors.aliyun.com
Looking in indexes: http://mirrors.aliyun.com/pypi/simple/
WARNING: The repository located at mirrors.aliyun.com is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead, otherwise you may silence this warning and allow it anyway with ‘–trusted-host mirrors.aliyun.com’.
ERROR: Could not find a version that satisfies the requirement tqsdk2 (from versions: none)
ERROR: No matching distribution found for tqsdk2
换这个试一下
pip install tqsdk2 -i https://pypi.tuna.tsinghua.edu.cn/simple some-package -trusted-host=pypi.tuna.tsinghua.edu.cn
问题没有得到解决