howtrader3.2.0安装

Cloning https://gi thub. com/51bi tquant/howtrader. git to c: \users \wjg \appdata\local \temp\pip-req-build-3palrgfs
Running command git clone – filter=blob :none --quiet https:// gi thub. com/ 51bi tquant/howtrader. git’ C: \Users \wjg \AppData \Local \Temp\pip-req-build- 3pa1rgfs’
fatal: unable to access ’ https:/ /gi thub. com/ 51bi tquant/howtrader. git/’: Failed to connect to github. com port 443 after 21021 ms: Timed ou1
error: subprocess-exi ted-wi th-error
X git clone --filter=blob:none --quiet https:// github. com/51bi tquant/ howtrader. git’C: \Users \w jg \AppData \Local \Temp\pip-req-build-3pa1rgfs’ did not run successfully.
exit code: 128
See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
rror: subprocess-exited-wi th-error
git clone --filter=blob:none –
https://gi thub. com/ 51bi tquant/howtrader. git’C: \Users \wjg \AppData \Local \Temp\pip-req-build-3palrgfs’ did not run successfully.
exit code: 128
See above for output.
ote: This error originates from a subprocess, and is likely not a problem with pip.

git下载howtrader命令时128错误
howtrader3.2.0安装_第1张图片
解决办法设置git代理,下载时把代理软件关了不然会报错
Could not fetch URL https://pypi.org/simple/simplejson/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host=‘pypi.org’, port=443): Max retries exceeded with url: /simple/simplejson/ (Caused by SSLError(SSLEOFError(8, ‘EOF occurred in violation of protocol (_ssl.c:1122)’))) - skipping
ERROR: Could not find a version that satisfies the requirement simplejson (from howtrader) (from versions: none)
ERROR: No matching distribution found for simplejson

git代理参考方法命令行查看、设置和取消git或终端代理

202211.11日重新安装3.2.0 版本git时报错
Collecting git+https://github.com/51bitquant/howtrader.git
Cloning https://github.com/51bitquant/howtrader.git to c:\users\wjg\appdata\local\temp\pip-req-build-va49zu9k
Running command git clone --filter=blob:none --quiet https://github.com/51bitquant/howtrader.git ‘C:\Users\wjg\AppData\Local\Temp\pip-req-build-va49zu9k’
fatal: unable to access ‘https://github.com/51bitquant/howtrader.git/’: Connection to proxy closed
error: subprocess-exited-with-error

解决办法取消git代理设置关闭梯子

git config --global --unset http.proxy
git config --global --unset https.proxy

重新安装这次报错

AttributeError: ‘PySide6.QtWidgets.QDockWidget’ object has no attribute ‘DockWidgetFloatable’

解决办法安装PySide6==6.2.2版本 版本升级导致的代码不兼容

你可能感兴趣的:(git,github)