Hello,
I tried to import an external library into a new skill but I get the error ‘no module named “xxxxx”’ even though I installed it trough ‘pip3 install’. And if I run a python3 cli I can import it.
Do I have to install the library somewhere else?
Thank you.