libxml2 for python3 is failing with undefined symbol: _PyVerify_fd
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libxml2 (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
System Details:
Description: Ubuntu 17.10
Release: 17.10
python3-libxml2:
Installed: 2.9.4+dfsg1-
Candidate: 2.9.4+dfsg1-
Version table:
*** 2.9.4+dfsg1-
500 http://
500 http://
100 /var/lib/
2.
500 http://
I'm using a fresh Ubuntu 17.10 and I cannot import libxml2 using Python3.
Python 3.6.3 (default, Oct 3 2017, 21:45:48)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import libxml2
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/
import libxml2mod
ImportError: /usr/lib/
>>> quit()
Segmentation fault (core dumped)
There are some other related issues on Fedora and Debian.
https:/
https:/
The possible solution was upgrade to a stable version as 2.9.7
summary: |
- python3-libxml2 + libxml2 for python3 is failing with undefined symbol: _PyVerify_fd |
tags: | added: python3-libxml2 |
description: | updated |