зеркало из https://github.com/microsoft/LightGBM.git
[python-package] fix libpath.py (#6192)
This commit is contained in:
Родитель
cd36ffeaed
Коммит
2ee3ec84b7
|
@ -16,8 +16,7 @@ def find_lib_path() -> List[str]:
|
|||
List of all found library paths to LightGBM.
|
||||
"""
|
||||
curr_path = Path(__file__).absolute()
|
||||
dll_path = [curr_path,
|
||||
curr_path.parents[1],
|
||||
dll_path = [curr_path.parents[1],
|
||||
curr_path.parents[0] / 'bin',
|
||||
curr_path.parents[0] / 'lib']
|
||||
if system() in ('Windows', 'Microsoft'):
|
||||
|
|
Загрузка…
Ссылка в новой задаче