Broken in bionic for python 3.7

Bug #1781554 reported by Bas Zoetekouw
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
lxml (Ubuntu)
New
Undecided
Unassigned

Bug Description

python3-lxml in bionic (4.2.1-1) is broken for python3.7. It works fine with python3.6. The version from cosmic (4.2.1-1build1) works fine with python 3.7.

╰─▶ dpkg -l python3-lxml | awk '/^ii/ { print $2" "$3 }'
python3-lxml:amd64 4.2.1-1

╰─▶ python3.6 -c 'import lxml.html; print("ok")'
ok

╰─▶ python3.7 -c 'import lxml.html; print("ok")'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/lxml/html/__init__.py", line 54, in <module>
    from .. import etree
ImportError: cannot import name 'etree' from 'lxml' (/usr/lib/python3/dist-packages/lxml/__init__.py)

╰─▶ dpkg -l python3-lxml | awk '/^ii/ { print $2" "$3 }'
python3-lxml:amd64 4.2.1-1build1

╰─▶ python3.7 -c 'import lxml.html; print("ok")'
ok

╰─▶ python3.6 -c 'import lxml.html; print("ok")'
ok

Tags: bionic
tags: added: bionic
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.