mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[GH-ISSUE #123] libxml2 is hard to install. #81
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pc10201 on GitHub (Jul 21, 2016).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/123
import libxml2
has error.
I spend a lot time to install it.
You can use lxml to replace libxml2.
@master2sid2 commented on GitHub (Nov 11, 2016):
Just replce in /srv/webvirtcloud/conf/requirements.txt from
http://git.gnome.org/browse/libxml2/snapshot/libxml2-2.9.1.tar.gz#egg=libxml2-python&subdirectory=python
to
http://github.com/retspen/retspen.github.io/raw/master/libxml2-python-2.9.1.tar.gz
@ikus060 commented on GitHub (Nov 13, 2016):
Any reason, why this changed is not in the repo already ?
@hongweipeng commented on GitHub (Jun 11, 2018):
yeah, I run this in Python3. There is not libxml2 for Python3. So I use lxml replace.