Bug: バグ報告の例
Closed this issue · 1 comments
SoniPana commented
0.ラベル付け
- ①ステータス 状態を表すラベル(Issue作成時は待機中で良い)
- ②タイプ 作業の種別を表すラベル
- ③優先度 優先度を表すラベル(任意)
- ④作業量 想定される作業量を表すラベル(任意)
1.概要
- news.pyにてpip installでエラー
2.再現手順、エラー内容等
エラーコード(任意)
Successfully installed PySocks-1.7.1 async-generator-1.10 attrs-22.1.0 h11-0.14.0 outcome-1.2.0 selenium-4.5.0 sniffio-1.3.0 sortedcontainers-2.4.0 trio-0.22.0 trio-websocket-0.9.2 wsproto-1.2.0
ERROR: Could not find a version that satisfies the requirement opencv (from versions: none)
ERROR: No matching distribution found for opencv
Error: Process completed with exit code 1.
3.関連Issue(任意)
4.原因(任意)
- パッケージのバージョン指定ミス
5.修正案(任意)
-
/.github/workflows/News.yml
のpip install opencv==4.60.66
をpip install opencv==4.6.0.66
に変更
SoniPana commented
修正しました