I have been trying to use a Linux machine to work with the CLI for the Axidraw. I successfully installed Python 3.9, and used pip to run the installation instructions. But when I run
axicli –help
I get this error
from lxml import etree
ImportError: cannot import name ‘etree’ from ‘lxml’ (/opt/lib/python3.9/site-packages/lxml/__init__.py)
I’ve tried reinstalling lxml (based on some reddit posts) but no luck so far. Any ideas?
No, this is on intel on QNAP, from a package manager entware.net. Basically a version of Linux. I can run Docker images on it, but would have trouble passing the USB port to it.
Depending on what’s available through your package manager, you might try installing python3-lxml or possibly libxml2-dev libxslt-dev python-dev, and see if any of those help.
No, it’s on Intel from entware.net, a package manager on QNAP. Basically a version of Linux. I can run docker images on it, but will have trouble passing the usb port to it.