LmeSzinc / AzurLaneAutoScript

Azur Lane bot (CN/EN/JP/TW) 碧蓝航线脚本 | 无缝委托科研,全自动大世界
https://alas.azurlane.cloud
GNU General Public License v3.0
6.66k stars 785 forks source link

升级后遇到了ERROR: Invalid requirement: 'Files/AzurLaneAutoScript/requirements.txt' #922

Closed chenlz closed 2 years ago

chenlz commented 2 years ago

在提问之前...

描述你的问题

原使用正常,重启后遇到了ERROR: Invalid requirement: 'Files/AzurLaneAutoScript/requirements.txt'

如何复现

  1. 前往 '...'
  2. 点击 '....'
  3. 滑动到 '....'
  4. 出现问题

预期行为

No response

相关 Logs

==================== Update Dependencies ====================
"D:/Program Files/AzurLaneAutoScript/toolkit/python.exe" -m pip install -r D:/Program Files/AzurLaneAutoScript/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple --disable-pip-version-check
ERROR: Invalid requirement: 'Files/AzurLaneAutoScript/requirements.txt'
[ failure ], error_code: 1
+----------------------------------------------------------+
|                    Show deploy config                    |
+----------------------------------------------------------+
Repository: https://gitee.com/LmeSzinc/AzurLaneAutoScript
Branch: master
GitExecutable: ./toolkit/Git/mingw64/bin/git.exe
GitProxy: http://127.0.0.1:7890
AutoUpdate: true
KeepLocalChanges: false
PythonExecutable: ./toolkit/python.exe
PypiMirror: https://pypi.tuna.tsinghua.edu.cn/simple
InstallDependencies: true
RequirementsFile: requirements.txt
AdbExecutable: ./toolkit/Lib/site-packages/adbutils/binaries/adb.exe
ReplaceAdb: true
AutoConnect: true
InstallUiautomator2: true
EnableReload: true
CheckUpdateInterval: 5
AutoRestartTime: 03:50
DiscordRichPresence: false
WebuiHost: 0.0.0.0
WebuiPort: 22267
Language: en-US
Theme: default
DpiScaling: true
CDN: false

==================== Update failed ====================
Please check your deploy settings in config/deploy.yaml and re-open Alas.exe

截图

No response

还有别的吗?

No response

junbluedd commented 2 years ago

我的也是这样,今早就突然打不开

18870 commented 2 years ago

换一个不带空格的路径名,Program Files有空格 D:/Program Files/AzurLaneAutoScript

2f4b335