-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Python.Deployment.Installer.SetupPython(true)reinstall fail。 #62
Comments
Can you single step the code in debug mode to find out why? Maybe you can PR a fix |
Same for me. Installer does not work. When I remove everything related to Python.Included, I can successfully define my own runtime DLL path |
@xrp1911 if you get the source code from github and single step into the installation methods (they are not complex) you could find out the issue and potentially improve the library. Only you guys who experience the problem can do this. Thanks |
Python Deployment Installer SetupPython (true) does not reinstall Python, and if there are existing files, an exception will be thrown.
The text was updated successfully, but these errors were encountered: