We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Install via
pip install git+https://github.com/pythonnet/pythonnet#egg=pythonnet
then uninstall via
pip uninstall pythonnet
This leaves Python.Runtime.dll behind in the site-packages directory, which it shouldn't.
PS: if the initial install is from a wheel, everything gets uninstalled correctly.
The text was updated successfully, but these errors were encountered:
Same is true if installed from the source directory itself with
pip install .
Sorry, something went wrong.
Fixed in 4a53380
No branches or pull requests
Install via
then uninstall via
This leaves Python.Runtime.dll behind in the site-packages directory, which it shouldn't.
PS: if the initial install is from a wheel, everything gets uninstalled correctly.
The text was updated successfully, but these errors were encountered: