You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(base) vibe@NekoVanilla:/Bili23$ pip install -r requirements.txt
Requirement already satisfied: requests>=2.30.0 in /home/vibe/anaconda3/lib/python3.12/site-packages (from -r requirements.txt (line 1)) (2.32.3)
Requirement already satisfied: wxPython>=4.2.0 in /home/vibe/anaconda3/lib/python3.12/site-packages (from -r requirements.txt (line 2)) (4.2.3)
Requirement already satisfied: qrcode==7.4.2 in /home/vibe/anaconda3/lib/python3.12/site-packages (from qrcode[pil]==7.4.2->-r requirements.txt (line 3)) (7.4.2)
Requirement already satisfied: typing-extensions in /home/vibe/anaconda3/lib/python3.12/site-packages (from qrcode==7.4.2->qrcode[pil]==7.4.2->-r requirements.txt (line 3)) (4.11.0)
Requirement already satisfied: pypng in /home/vibe/anaconda3/lib/python3.12/site-packages (from qrcode==7.4.2->qrcode[pil]==7.4.2->-r requirements.txt (line 3)) (0.20220715.0)
Requirement already satisfied: pillow>=9.1.0 in /home/vibe/anaconda3/lib/python3.12/site-packages (from qrcode[pil]==7.4.2->-r requirements.txt (line 3)) (10.4.0)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/vibe/anaconda3/lib/python3.12/site-packages (from requests>=2.30.0->-r requirements.txt (line 1)) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in /home/vibe/anaconda3/lib/python3.12/site-packages (from requests>=2.30.0->-r requirements.txt (line 1)) (3.7)
Requirement already satisfied: urllib3<3,>=1.21.1 in /home/vibe/anaconda3/lib/python3.12/site-packages (from requests>=2.30.0->-r requirements.txt (line 1)) (1.26.20)
Requirement already satisfied: certifi>=2017.4.17 in /home/vibe/anaconda3/lib/python3.12/site-packages (from requests>=2.30.0->-r requirements.txt (line 1)) (2025.1.31)
(base) vibe@NekoVanilla:/Bili23$ sudo apt install python3-wxgtk4.0 python3-wxgtk-webview4.0
[sudo] password for vibe:
python3-wxgtk4.0 is already the newest version (4.2.1+dfsg-4).
python3-wxgtk-webview4.0 is already the newest version (4.2.1+dfsg-4).
The following packages were automatically installed and are no longer required:
kdegames-card-data-kf5 libfreecell-solver0 libkf5networkmanagerqt6
kdegames-mahjongg-data-kf5 libkf5kmahjongglib5
Use 'sudo apt autoremove' to remove them.
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 4
(base) vibe@NekoVanilla:/Bili23$ pip install qrcode[pil]==7.4.2 requests>=2.30.0
(base) vibe@NekoVanilla:/Bili23$ sudo apt install ffmpeg
ffmpeg is already the newest version (7:7.0.2-3ubuntu1).
The following packages were automatically installed and are no longer required:
kdegames-card-data-kf5 libfreecell-solver0 libkf5networkmanagerqt6
kdegames-mahjongg-data-kf5 libkf5kmahjongglib5
Use 'sudo apt autoremove' to remove them.
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 4
(base) vibe@NekoVanilla:/Bili23$ cd src
(base) vibe@NekoVanilla:/Bili23/src$ python3 GUI.py
Traceback (most recent call last):
File "/home/vibe/Bili23/src/GUI.py", line 7, in <module>
from gui.main import MainWindow
File "/home/vibe/Bili23/src/gui/main.py", line 34, in <module>
from gui.window.login import LoginWindow
File "/home/vibe/Bili23/src/gui/window/login.py", line 14, in <module>
from gui.dialog.captcha import CaptchaWindow
File "/home/vibe/Bili23/src/gui/dialog/captcha.py", line 3, in <module>
import wx.html2
File "/home/vibe/anaconda3/lib/python3.12/site-packages/wx/html2.py", line 15, in <module>
from ._html2 import *
ImportError: /lib/x86_64-linux-gnu/libwebkit2gtk-4.1.so.0: undefined symbol: gst_audio_format_info_fill_silence
截图补充
No response
链接
No response
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/vibe/othpak/Bili23-Downloader/src/GUI.py", line 1, in
import wx
ModuleNotFoundError: No module named 'wx'
我猜测是venv导致的,但是
Building wheels for collected packages: wxPython
Building wheel for wxPython (pyproject.toml) ...
半个小时没有一点进展...之后问了几个群没有找到方案,于是我干脆使用wine转译运行,我知道这不是一个好主意,毕竟有在linux原生运行的方式,这个程序做的肯定没有问题,只是我技术太差找不到办法来使用它🫠
议题条件
系统环境
Kubuntu 24.10 Python 3.12.1
使用版本
v1.60.1
问题描述
我對Linux不是非常熟悉,我確保我檢查了幾遍文檔,應該是按照文檔的步驟做了,不過可能是我仍然是遺漏了某些東西,我嘗試查找了一些wiki,在Google上搜索這個錯誤,但是我似乎沒有能力自己解決它,因此想要獲得一些指點,謝謝🙏。或者這真的是一個bug?但我似乎没有见到其他人遇到这样的问题💦
这些是我对命令行做的所有事:
(base) vibe@NekoVanilla:
/Bili23$ pip install -r requirements.txt/Bili23$ sudo apt install python3-wxgtk4.0 python3-wxgtk-webview4.0Requirement already satisfied: requests>=2.30.0 in /home/vibe/anaconda3/lib/python3.12/site-packages (from -r requirements.txt (line 1)) (2.32.3)
Requirement already satisfied: wxPython>=4.2.0 in /home/vibe/anaconda3/lib/python3.12/site-packages (from -r requirements.txt (line 2)) (4.2.3)
Requirement already satisfied: qrcode==7.4.2 in /home/vibe/anaconda3/lib/python3.12/site-packages (from qrcode[pil]==7.4.2->-r requirements.txt (line 3)) (7.4.2)
Requirement already satisfied: typing-extensions in /home/vibe/anaconda3/lib/python3.12/site-packages (from qrcode==7.4.2->qrcode[pil]==7.4.2->-r requirements.txt (line 3)) (4.11.0)
Requirement already satisfied: pypng in /home/vibe/anaconda3/lib/python3.12/site-packages (from qrcode==7.4.2->qrcode[pil]==7.4.2->-r requirements.txt (line 3)) (0.20220715.0)
Requirement already satisfied: pillow>=9.1.0 in /home/vibe/anaconda3/lib/python3.12/site-packages (from qrcode[pil]==7.4.2->-r requirements.txt (line 3)) (10.4.0)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/vibe/anaconda3/lib/python3.12/site-packages (from requests>=2.30.0->-r requirements.txt (line 1)) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in /home/vibe/anaconda3/lib/python3.12/site-packages (from requests>=2.30.0->-r requirements.txt (line 1)) (3.7)
Requirement already satisfied: urllib3<3,>=1.21.1 in /home/vibe/anaconda3/lib/python3.12/site-packages (from requests>=2.30.0->-r requirements.txt (line 1)) (1.26.20)
Requirement already satisfied: certifi>=2017.4.17 in /home/vibe/anaconda3/lib/python3.12/site-packages (from requests>=2.30.0->-r requirements.txt (line 1)) (2025.1.31)
(base) vibe@NekoVanilla:
[sudo] password for vibe:
python3-wxgtk4.0 is already the newest version (4.2.1+dfsg-4).
python3-wxgtk-webview4.0 is already the newest version (4.2.1+dfsg-4).
The following packages were automatically installed and are no longer required:
kdegames-card-data-kf5 libfreecell-solver0 libkf5networkmanagerqt6
kdegames-mahjongg-data-kf5 libkf5kmahjongglib5
Use 'sudo apt autoremove' to remove them.
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 4
(base) vibe@NekoVanilla:
/Bili23$ pip install qrcode[pil]==7.4.2 requests>=2.30.0/Bili23$ sudo apt install ffmpeg(base) vibe@NekoVanilla:
ffmpeg is already the newest version (7:7.0.2-3ubuntu1).
The following packages were automatically installed and are no longer required:
kdegames-card-data-kf5 libfreecell-solver0 libkf5networkmanagerqt6
kdegames-mahjongg-data-kf5 libkf5kmahjongglib5
Use 'sudo apt autoremove' to remove them.
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 4
(base) vibe@NekoVanilla:
/Bili23$ cd src/Bili23/src$ python3 GUI.py(base) vibe@NekoVanilla:
看起来系统认为我安装了所有文档说要安装的东西,都返回给我结果已经安装了更新或者一致的版本,在运行后,出现了下面这样的错误:
错误日志
截图补充
No response
链接
No response
The text was updated successfully, but these errors were encountered: