Details
-
Bug
-
Status: Resolved
-
Not specified
-
Resolution: Fixed
-
8.12.0
-
None
Description
This section in the environment.conf:
- Although HPCC platform includes plugins for both Python2 and Python3, only one may be safely enabled at a time
- as the Python libraries export the same symbols for both versions. Enabling both may lead to unpredicatable results
- including segfaults or undefined symbol errors.
# - If you would prefer to use python2 and disable python3, change the line below to read
- additionalPlugins=python2
# - Multiple paths can be specified (separate with :, or ; on Windows).
- Relative paths are assumed to be relative to ${INSTALL_DIR}/versioned
additionalPlugins=python3
Refers to installing Python2.
see https://track.hpccsystems.com/browse/HPCC-24173
If python2 no longer supported, should remove this option from the environment.conf
Attachments
Issue Links
- blocks
-
HPCC-24173 Document that 7.12.x does not support python2
-
- Resolved
-