spdlog-python
spdlog-python copied to clipboard
error: command 'gcc-11' failed: No such file or directory
python3 setup.py install
/home/linuxbrew/.linuxbrew/Cellar/[email protected]/3.10.9/lib/python3.10/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
warnings.warn(
running install
/home/linuxbrew/.linuxbrew/Cellar/[email protected]/3.10.9/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
/home/linuxbrew/.linuxbrew/Cellar/[email protected]/3.10.9/lib/python3.10/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running bdist_egg
running egg_info
creating spdlog.egg-info
writing spdlog.egg-info/PKG-INFO
writing dependency_links to spdlog.egg-info/dependency_links.txt
writing requirements to spdlog.egg-info/requires.txt
writing top-level names to spdlog.egg-info/top_level.txt
writing manifest file 'spdlog.egg-info/SOURCES.txt'
reading manifest file 'spdlog.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'spdlog.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_ext
building 'spdlog' extension
creating build
creating build/temp.linux-x86_64-cpython-310
creating build/temp.linux-x86_64-cpython-310/src
gcc-11 -Wno-unused-result -Wsign-compare -DNDEBUG -g -O3 -Wall -fPIC -Ispdlog/include/ -I/home/linuxbrew/.linuxbrew/Cellar/[email protected]/3.10.9/lib/python3.10/site-packages/pybind11/include -I/home/linuxbrew/.linuxbrew/Cellar/[email protected]/3.10.9/lib/python3.10/site-packages/pybind11/include -I/home/linuxbrew/.linuxbrew/opt/[email protected]/include/python3.10 -c src/pyspdlog.cpp -o build/temp.linux-x86_64-cpython-310/src/pyspdlog.o -std=c++11 -v
error: command 'gcc-11' failed: No such file or directory