Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Doiiars
2026-03-07 10:35:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bb5c3b925eb18b7b896d7ac87764faa6985b5aa2
bb5c3b92
1 parent
5e2a85da
MindSpider: 修复uv环境无pip,改用uv pip安装MediaCrawler依赖
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
MindSpider/main.py
MindSpider/main.py
View file @
bb5c3b9
...
...
@@ -232,7 +232,7 @@ class MindSpider:
logger
.
info
(
"正在安装MediaCrawler依赖..."
)
try
:
result
=
subprocess
.
run
(
[
sys
.
executable
,
"-m
"
,
"pip"
,
"install"
,
"-r"
,
str
(
mediacrawler_req
),
"-q"
],
[
"uv
"
,
"pip"
,
"install"
,
"-r"
,
str
(
mediacrawler_req
),
"-q"
],
capture_output
=
True
,
text
=
True
,
timeout
=
300
# 5分钟超时
...
...
Please
register
or
login
to post a comment