You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there are two issues: 1) that py-dom-xpath is not directly hosted on pypi (so you need to use the --allow-external flag), and 2) py-dom-xpath (a required dependency) currently is not py3 compatible.
you can try to push py-dom-xpath to add py3 support (http://code.google.com/p/py-dom-xpath/), but the project appears to have been dormant for the past 3 years...
perhaps a better approach would be to replace py-dom-xpath with a different xpath engine, such as lxml. lxml was not used due to how annoyingly long it takes to compile & install it - maybe there are other xpath implementations now? or maybe that is just the cost of using xpath.
replacing py-dom-xpath is currently not a priority, but any PRs would be welcomed. (please note that ensuring genemail works with py3 may be more involved than usual since there is a lot of unicode handling.)
On
pip install
the following error occurs.The text was updated successfully, but these errors were encountered: