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

源码运行报错,源码运行出现以下错误,请问是什么原因? #192

Open
uaaazcc opened this issue Nov 9, 2024 · 0 comments

Comments

@uaaazcc
Copy link

uaaazcc commented Nov 9, 2024

`PS G:\XHS-Downloader-master\XHS-Downloader-master> python main.py

Traceback (most recent call last):

File "G:\XHS-Downloader-master\XHS-Downloader-master\main.py", line 6, in
from source import Settings

File "G:\XHS-Downloader-master\XHS-Downloader-master\source_init_.py", line 1, in
from .CLI import cli

File "G:\XHS-Downloader-master\XHS-Downloader-master\source\CLI_init_.py", line 1, in
from .main import cli

File "G:\XHS-Downloader-master\XHS-Downloader-master\source\CLI\main.py", line 19, in
from source.application import XHS

File "G:\XHS-Downloader-master\XHS-Downloader-master\source\application_init_.py", line 1, in
from .app import XHS

File "G:\XHS-Downloader-master\XHS-Downloader-master\source\application\app.py", line 24, in
from source.module import DataRecorder

File "G:\XHS-Downloader-master\XHS-Downloader-master\source\module_init_.py", line 2, in
from .manager import Manager

File "G:\XHS-Downloader-master\XHS-Downloader-master\source\module\manager.py", line 15, in
from .static import HEADERS

File "G:\XHS-Downloader-master\XHS-Downloader-master\source\module\static.py", line 7
PROJECT = f"XHS-Downloader V{VERSION_MAJOR}.{
^
SyntaxError: unterminated string literal (detected at line 7)`

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

1 participant