Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
accessibility_movie_2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵心治
accessibility_movie_2
Commits
81c3197a
Commit
81c3197a
authored
Aug 12, 2023
by
陈晓勇(工程师)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dev
parent
68fe76fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
start.spec
start.spec
+5
-4
No files found.
start.spec
View file @
81c3197a
...
...
@@ -3,7 +3,7 @@
block_cipher
=
None
env_dir
=
'C:/Users/AIA/.conda/envs/testmovie/Lib/site-packages/'
missingPkgs
=
[
'Microsoft.CognitiveServices.Speech.core.dll'
,
'decorator.py'
,
'google'
,
'paddle
'
,
'paddle
ocr'
,
'PIL'
,
'requests'
,
'urllib3'
,
'http'
,
'idna'
,
'certifi'
,
'setuptools'
,
'astor'
,
'charset_normalizer'
]
missingPkgs
=
[
'Microsoft.CognitiveServices.Speech.core.dll'
,
'decorator.py'
,
'google'
,
'paddleocr'
,
'PIL'
,
'requests'
,
'urllib3'
,
'http'
,
'idna'
,
'certifi'
,
'setuptools'
,
'astor'
,
'charset_normalizer'
]
def
add_missing_packages
(
lst
):
pkgs
=
[]
...
...
@@ -20,12 +20,12 @@ a = Analysis(
[
'start.py'
],
pathex
=
[],
binaries
=
[],
datas
=
[(
'res'
,
'res'
)]
+
pkgPaths
,
datas
=
[(
'
vits_chinese'
,
'vits_chinese'
)]
+
[(
'
res'
,
'res'
)]
+
pkgPaths
,
hiddenimports
=
[],
hookspath
=
[],
hooksconfig
=
{},
runtime_hooks
=
[],
excludes
=
[],
excludes
=
[
'vits_chinese'
,
'transformers'
,
'torch'
],
win_no_prefer_redirects
=
False
,
win_private_assemblies
=
False
,
cipher
=
block_cipher
,
...
...
@@ -38,7 +38,7 @@ exe = EXE(
a
.
scripts
,
[],
exclude_binaries
=
True
,
name
=
'
start
'
,
name
=
'
无障碍电影制作系统
'
,
debug
=
False
,
bootloader_ignore_signals
=
False
,
strip
=
False
,
...
...
@@ -49,6 +49,7 @@ exe = EXE(
target_arch
=
None
,
codesign_identity
=
None
,
entitlements_file
=
None
,
icon
=
[
'res
\\
images
\\
eagle_2.ico'
],
)
coll
=
COLLECT
(
exe
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment