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

Windows install script error message #6

Closed
rexzhang360 opened this issue Apr 7, 2023 · 4 comments · Fixed by #57
Closed

Windows install script error message #6

rexzhang360 opened this issue Apr 7, 2023 · 4 comments · Fixed by #57

Comments

@rexzhang360
Copy link

Checking for python...OK
Checking for pip...OK
Checking for venv...OK
Creating virtual environment ...OK
Activating virtual environment ...OK
Installing requirements ...
Requirement already satisfied: pip in c:\windows\system32\env\lib\site-packages (23.0.1)
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
Failed to install required packages. Please check your internet connection and try again.
Press any key to continue . . .

where is venv folder?

@rexzhang360
Copy link
Author

got it work, after copy requirements.txt from folder into C:\Windows\System32\env\Lib\site-packages\pip-23.0.1.dist-info

@vard88508
Copy link

same issue but solution above did not help

@ParisNeo
Copy link
Owner

ParisNeo commented Apr 7, 2023

That seams odd. Resuirements.txt exists in the base folder. Are you sure you are executing the indtall script from the right folder?

@arroyoquiel
Copy link
Contributor

Should be fixed now, seems like run.bat is the one giving trouble now.

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

Successfully merging a pull request may close this issue.

4 participants