-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
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
可能是封了外网ip #38
Comments
我也遇到了这个问题.....是封了Github的IP嘛 |
11月3日凌晨还是正常的,11月3日中午就出现上述情况。感觉是封了GitHub的IP。 During handling of the above exception, another exception occurred: Traceback (most recent call last): |
不知道可否利用本地运行的办法来解决。 |
亲测本地运行可以,直接在main.py里把username和password写上去就行
|
我在本地运行的时候出现了类似主楼的报错,请问一下是哪里出了问题呢? 这是我的bat文件 这是报错内容 Traceback (most recent call last): |
本地运行,也可以登录 https://m.bjyouth.net/site/login 后,在控制台输入命令后回车: |
如果你确定所有依赖的模块都已经安装了可以检查一下安装好的 当然直接用 |
同本地报错,求问 |
笑死我了,因为不知道依赖模块安装在哪,我把utility里的大写改成小写之后,pycharm里重新运行,就变成和上面一样的报错了(本来pycharm还可以跑) |
安装依赖命令 pip install -r requirements.txt |
改 |
已经死心了,每周打开pycharm手动跑一次8,总比老老实实看要省心,已经方便多了,感谢大佬 |
我在本地运行的时候无法安装onnx包应该怎么办呢,求助大佬 |
关闭所有vpn,cd 到项目根目录下运行 |
如果还不行就编辑requirements.txt 然后把所有版本信息删掉 |
vpn关掉了,还是不行orz |
https://pypi.org/project/onnxruntime/ |
我现在只期望能手动跑通就足够了; 我现在还是卡在pip这一步上 我尝试了手动安装,最后发现问题还是出在python版本上,python3.11不支持onnx的任何一个wheel版本,我下载了python3.9后直接pip就成功了,非常感谢Orz |
请问大家多账号怎么填写USERMANE 和 PASSWORD |
今天跑成功了一次 |
Github Actions的没有效果啦
|
😭 |
请问一下username和password填的是微信的吗 |
账号数量:1
--User 1--
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.7.15/x64/lib/python3.7/site-packages/urllib3/connection.py", line 175, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw
File "/opt/hostedtoolcache/Python/3.7.15/x64/lib/python3.7/site-packages/urllib3/util/connection.py", line 95, in create_connection
raise err
File "/opt/hostedtoolcache/Python/3.7.15/x64/lib/python3.7/site-packages/urllib3/util/connection.py", line 85, in create_connection
sock.connect(sa)
TimeoutError: [Errno 110] Connection timed out
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='m.bjyouth.net', port=443): Max retries exceeded with url: /site/login (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fa144955d90>: Failed to establish a new connection: [Errno 110] Connection timed out'))
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='m.bjyouth.net', port=443): Max retries exceeded with url: /site/login (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fa1446cf090>: Failed to establish a new connection: [Errno 110] Connection timed out'))
The text was updated successfully, but these errors were encountered: