pythonnet doesn't install from requirements file or pip
Specification
- pywebview version: not needed
- operating system: Windows 10
- web renderer: not needed
Description
Doing pip install pythonnet no longer works, I guess they don't use pypi anymore. But doing pip install git+https://github.com/pythonnet/pythonnet as stated in pythonnet docs works. This also breaks the install progress of pywebview on Windows.
The solution is to edit the requirements file with a github source of pythonnet master branch. (https://stackoverflow.com/questions/16584552/how-to-state-in-requirements-txt-a-direct-github-source)
Practicalities
-
YES I am willing to work on this issue myself.
-
NO I am prepared to support this issue financially.
Pypi version of pythonnet is still at 2.5. Recent versions of python require 3.0 that could be installed via github.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The message to post on the issue when closing it. If none provided, will not comment when closing an issue.