Gábor Gyimesi created MINIFICPP-2425:
----------------------------------------
Summary: Prioritize virtualenv packages over system packages in
python processors
Key: MINIFICPP-2425
URL: https://issues.apache.org/jira/browse/MINIFICPP-2425
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Gábor Gyimesi
Assignee: Gábor Gyimesi
Currently virtualenv site packages and module paths used by the python
processors and the module directories added in the ExecuteScript are added to
the end of the system paths. Due to this if the same package is installed on
the system and in the virtualenv the ones on the system are found first in the
path, and these packages might be with a different version. In this case the
virtualenv packages and our custom module paths should have priority.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)