> pytoml.core.TomlError: /tmp/pip-wheel-29w0tw8j/lxml/pyproject.toml(26, 8): > expected_equals
We see a similar error (but on line 40) if we try to install lxml on Python 3.6 with the default pip version in the ensurpip module -- 18.1, which is indeed quite old. Updating pip helps. _______________________________________________ lxml - The Python XML Toolkit mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/lxml.python.org/ Member address: [email protected]
