pythonnet icon indicating copy to clipboard operation
pythonnet copied to clipboard

[Feature Request] -- Add find lib_python utility

Open aarjaneiro opened this issue 4 years ago • 1 comments

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

aarjaneiro avatar Feb 19 '21 04:02 aarjaneiro

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 👍🏽

C-SELLERS avatar May 27 '21 16:05 C-SELLERS