[issue41992] Unable to install lxml using pip in Python 3.9

2020-10-10 Thread Eric V. Smith
Eric V. Smith added the comment: Closing as third party. -- nosy: +eric.smith resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue41992] Unable to install lxml using pip in Python 3.9

2020-10-10 Thread Jürgen Gmach
Jürgen Gmach added the comment: There is no Python 3.9 compatible package on PyPI yet ( https://pypi.org/project/lxml/#files ). I guess you have to wait a bit more until there will be a new release. Also, this is the cpython issue tracker. When you have problems with a specific package, it i

[issue41992] Unable to install lxml using pip in Python 3.9

2020-10-10 Thread Aruna Gopalan
New submission from Aruna Gopalan : Installed Python 3.9 from Python.org Tried installing lxml package using the command "pip install lxml" It complains that it is unable to do so without libxml2 (which is not a python package). I do not have the same issue with 3.8.6. -- components: L