Skip to content
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

Python 3.13 has no module named 'cgi', so I can't use biliarchiver. #14

Closed
gridkr opened this issue Jan 16, 2024 · 2 comments
Closed

Python 3.13 has no module named 'cgi', so I can't use biliarchiver. #14

gridkr opened this issue Jan 16, 2024 · 2 comments
Assignees

Comments

@gridkr
Copy link

gridkr commented Jan 16, 2024

C:\Users\xxxxx\ .txxxxx\downloads>biliarchiver init
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\xxxxx\AppData\Local\Programs\Python\Python313\Scripts\biliarchiver.exe_main
.py", line 4, in
from biliarchiver.cli_tools.biliarchiver import biliarchiver
File "C:\Users\xxxxx\AppData\Local\Programs\Python\Python313\Lib\site-packages\biliarchiver\cli_tools\biliarchiver.py", line 5, in
from biliarchiver.cli_tools.get_command import get
File "C:\Users\xxxxx\AppData\Local\Programs\Python\Python313\Lib\site-packages\biliarchiver\cli_tools\get_command.py", line 10, in
from bilix.sites.bilibili import api
File "C:\Users\xxxxx\AppData\Local\Programs\Python\Python313\Lib\site-packages\bilix\sites\bilibili_init
.py", line 1, in
from .downloader import DownloaderBilibili
File "C:\Users\xxxxx\AppData\Local\Programs\Python\Python313\Lib\site-packages\bilix\sites\bilibili\downloader.py", line 10, in
from bilix.download.base_downloader_part import BaseDownloaderPart
File "C:\Users\xxxxx\AppData\Local\Programs\Python\Python313\Lib\site-packages\bilix\download\base_downloader_part.py", line 10, in
import cgi
ModuleNotFoundError: No module named 'cgi'

C:\Users\xxxxx\ .txxxxx\downloads>

@gridkr
Copy link
Author

gridkr commented Jan 16, 2024

tubeup ([bibanon/tubeup]) is currently can archive BiliBili videos too, but they will not join the "BiliBili Videos" collection, and stuck in "Community Video" collection.

@OverflowCat
Copy link
Contributor

Now you can manually install the latest version of bilix from its git repo, and the problem should be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants