Hi @mtgbmcode, We're running the Python install command of lightbgmmt on Jupyter Notebooks and is failing with below error message, could you please assist?
running install
/opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
setuptools.SetuptoolsDeprecationWarning,
INFO:LightGBM:Starting to compile the library.
INFO:LightGBM:Starting to compile with CMake.
running build
running install_egg_info
running egg_info
writing lightgbmmt.egg-info/PKG-INFO
writing dependency_links to lightgbmmt.egg-info/dependency_links.txt
writing requirements to lightgbmmt.egg-info/requires.txt
writing top-level names to lightgbmmt.egg-info/top_level.txt
reading manifest file 'lightgbmmt.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'build'
warning: no files found matching '.txt'
warning: no files found matching '.py' under directory 'lightgbm'
warning: no files found matching '.txt' under directory 'lightgbm'
warning: no files found matching '.so' under directory 'lightgbm'
warning: no files found matching '.dll' under directory 'compile/Release'
warning: no files found matching '' under directory 'compile/compute'
warning: no files found matching '.dll' under directory 'compile/windows/x64/DLL'
warning: no previously-included files matching '.py[co]' found anywhere in distribution
writing manifest file 'lightgbmmt.egg-info/SOURCES.txt'
removing '/opt/conda/lib/python3.7/site-packages/lightgbmmt-2.3.2-py3.7.egg-info' (and everything under it)
Copying lightgbmmt.egg-info to /opt/conda/lib/python3.7/site-packages/lightgbmmt-2.3.2-py3.7.egg-info
running install_scripts
Hi @mtgbmcode, We're running the Python install command of lightbgmmt on Jupyter Notebooks and is failing with below error message, could you please assist?
!python /home/tiger/mtgbmcode_unzipped/mtgbmcode-main/python-package/setup.py install
running install /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. setuptools.SetuptoolsDeprecationWarning, INFO:LightGBM:Starting to compile the library. INFO:LightGBM:Starting to compile with CMake. running build running install_egg_info running egg_info writing lightgbmmt.egg-info/PKG-INFO writing dependency_links to lightgbmmt.egg-info/dependency_links.txt writing requirements to lightgbmmt.egg-info/requires.txt writing top-level names to lightgbmmt.egg-info/top_level.txt reading manifest file 'lightgbmmt.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'build' warning: no files found matching '.txt' warning: no files found matching '.py' under directory 'lightgbm' warning: no files found matching '.txt' under directory 'lightgbm' warning: no files found matching '.so' under directory 'lightgbm' warning: no files found matching '.dll' under directory 'compile/Release' warning: no files found matching '' under directory 'compile/compute' warning: no files found matching '.dll' under directory 'compile/windows/x64/DLL' warning: no previously-included files matching '.py[co]' found anywhere in distribution writing manifest file 'lightgbmmt.egg-info/SOURCES.txt' removing '/opt/conda/lib/python3.7/site-packages/lightgbmmt-2.3.2-py3.7.egg-info' (and everything under it) Copying lightgbmmt.egg-info to /opt/conda/lib/python3.7/site-packages/lightgbmmt-2.3.2-py3.7.egg-info running install_scripts