Hello.
I'm trying to install pip3 opcua package.
I use the command
/opt/local/bin/pip3 install opcua.
But it seems to fail the libxml2 and libxslt dependencies. (attached file with the errors)
edit: I have installed libxml2 and libxslt dependencies with commands
ipkg install libxml2
ipkg install libxslt
but it does not solve the issue.
How can I solve it?
Best regards,
Angel