pythonnet
pythonnet copied to clipboard
[Feature Request] -- Add find lib_python utility
Details
PythonNet recently added a utility to streamline the process of linking users' libpython libraries: find_libpython. Would be useful if either incorporated (or, if a similar utility is made from scratch for this purpose) into QuantConnect/pythonnet or in QuantConnect/Lean in order to avoid users needing to manually specify the location in https://github.com/QuantConnect/Lean/blob/master/Common/Python/Python.Runtime.dll.config
PythonNet 2.0+ no longer requires this .dll.config file to point to the Python lib. It uses an environment var for "PYTHONNET_PYDLL" to locate the lib file.
Voting to close this 👍🏽