Skip to content

error: command 'gcc-11' failed: No such file or directory #33

New issue

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

Open
EliaBahous-bwr opened this issue Feb 1, 2023 · 1 comment
Open

Comments

@EliaBahous-bwr
Copy link

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
@Praz314159
Copy link

How did you fix this? I'm having some similar trouble :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants