-
Notifications
You must be signed in to change notification settings - Fork 2
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
'iopaint' is not recognized as an internal or external command, #20
Comments
Sorry, I currently don't know how to solve this error encountered when running win_config.bat. Could you send an email to my inbox ([email protected]) using the email you used during purchase so that I can issue you a refund? |
The error may require manual modification of the f = io.TextIOWrapper(io.open_code(fullname), encoding="locale") To: f = io.TextIOWrapper(io.open_code(fullname), encoding="utf-8") |
getting the same error here installing even after making the above mentioned changes. |
@lessirey Sorry for the inconvenience. Based on this log alone, I can't determine the problem. Please email me with the email you used for the purchase ([email protected]), and I will issue a refund (I can't find the corresponding account in Lemon Squeezy's backend based on your GitHub account). |
Have the same issue but (kinda) fixed it.
@call C:\Users\YOURNAME\AppData\Roaming\Python\Python310\Scripts\iopaint.exe install-plugins-packages @call C:\Users\YOURNAME\AppData\Roaming\Python\Python310\Scripts\iopaint.exe start-web-config --config-file %0..\installer_config.json
@call C:\Users\YOURNAME\AppData\Roaming\Python\Python310\Scripts\iopaint.exe start --config %0..\installer_config.json
It should now install correctly and you should also be able to launch win_start.bat after this. Hopefully that works for you too |
Im getting the error: 'iopaint' is not recognized as an internal or external command,
operable program or batch file.
after running the config file (it stops after this code is displayed), and after running the start file this is all that is displayed.
The files were extracted and not moved.
This is on Windows 10
The text was updated successfully, but these errors were encountered: