We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
How did you fix this? I'm having some similar trouble :/
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: