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

having issues with install.bat. #56

Closed
Kotonoha003 opened this issue Oct 20, 2023 · 3 comments
Closed

having issues with install.bat. #56

Kotonoha003 opened this issue Oct 20, 2023 · 3 comments

Comments

@Kotonoha003
Copy link

hello im having issues with install.bat.
image

@rukaiui
Copy link

rukaiui commented Oct 20, 2023

i am running into the same issue i also reinstalled python, same version as before and also older versions like 3.9 and running into the same error. I will also attach a full log to this post as a comment so the whole executiuon is viewable:
log.txt
i hope this helps with finding the issue

@noccu
Copy link
Owner

noccu commented Oct 21, 2023

This is an issue with using python 3.12, as hinted at in the install guide. It is still new and many libraries have not updated their distributions yet, causing the install process to try to build them locally. This will fail on PCs not set up for development.

The solution is to use python 3.11 at most. When doing so, first the .venv folder in the patch should be deleted before running install.bat again. Python 3.12 should also be uninstalled, or if you need it for something else you can create the venv yourself by opening a cmd in the patch folder (you can simply write "cmd" in the windows explorer address bar and hit enter), paste py -3.11 -m venv .venv and enter (-3.11 can be replaced with the version you have installed), then running install.bat again.

In short:

  1. delete the .venv folder from the patch
  2. uninstall python 3.12 and install 3.11
  3. run install.bat again

@wesh92
Copy link

wesh92 commented Dec 31, 2023

From what I can tell this is not an issue any longer. Using Python 3.12 everything proceeded as expected!

@noccu noccu pinned this issue Aug 21, 2024
@noccu noccu closed this as completed Nov 3, 2024
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

4 participants