There is a python library that wants to be installed only in a virtual environment. AI says it is possible to access such libraries from Python4Laz by something like this:
PythonEngine1.PythonHome := '/home/user/.venv/';
PythonEngine1.PythonPath := '/home/user/.venv/lib/python3.12/site-packages/';
But that doesn't work. Anyone knows how to do it? Maybe this has to be initialized at a certain stage?