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

Running downloader_pc_launcher.py on windows #46

Open
citystrawman opened this issue Jun 12, 2024 · 3 comments
Open

Running downloader_pc_launcher.py on windows #46

citystrawman opened this issue Jun 12, 2024 · 3 comments

Comments

@citystrawman
Copy link

citystrawman commented Jun 12, 2024

Hi, I am trying to run downloader_pc_launcher.py and my python version is 3.11:
image
however I could not run python3 so I changed the python script
return subprocess.run(['python3', filename], env=env, stderr=subprocess.STDOUT).returncode
to
return subprocess.run(['python', filename], env=env, stderr=subprocess.STDOUT).returncode

Then I run the script and it is now running:
image

Does that mean the script is downloading now? According to ReadMe it will download the files at the folder where the script exists, but I could not find the corresponding files(the directory exists).

I am not sure if I did it correct.

@theypsilon
Copy link
Member

You need to wait until the whole process finishes without interruption. What do you see after that in that folder?

@citystrawman
Copy link
Author

citystrawman commented Jun 19, 2024

You need to wait until the whole process finishes without interruption. What do you see after that in that folder?

yes. I waited until everything finished. Here's the screenshot:

image

and all the zip files in red box are not found.....

@theypsilon
Copy link
Member

Did you try again some days after that? There was a couple of weeks with server issues back at that time.

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

No branches or pull requests

2 participants