-
Notifications
You must be signed in to change notification settings - Fork 90
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
First start of shng problem: pip3 log can't be created (Windows 10) #377
Comments
You know that windows is not yet officially supported? @bmxp Since you are working on Windows compatibility, this could be of interest for you. |
There is a main problem with the way SHNG is now handled in respect to restarts and install stuff. |
I fixed #377 in |
Can we fix this issue and close it? Creating the dir whenever necessary is a useful approach I think. There should be a check whether the dir exists or not. @bmxp ? |
Should be fixed with my directory handling rewrite. Can anyone confirm this doesn't happen anymore? |
Start is successful under Windows, thanks. |
Some minor issue when running shng in Windows 10 with python 3.8.7 the first time. The pip3_outout.log can't be created automatically and therefore installation of reqs fails. Not sure if it's a Windows only problem
After creating the dir manually everything runs as expected.. actuall the automatic pip3 path is wrong (for whatever reason)
But using the parameter pip3_command makes things run.
The text was updated successfully, but these errors were encountered: