Skip to content
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

error while installing #5

Open
ujp21006 opened this issue Nov 20, 2022 · 0 comments
Open

error while installing #5

ujp21006 opened this issue Nov 20, 2022 · 0 comments

Comments

@ujp21006
Copy link

$ pip install torch-lfilter
Defaulting to user installation because normal site-packages is not writeable
Collecting torch-lfilter
Using cached torch_lfilter-0.0.3.tar.gz (4.1 kB)
Preparing metadata (setup.py) ... done
Building wheels for collected packages: torch-lfilter
Building wheel for torch-lfilter (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.8 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-fz87kws2/torch-lfilter_c26077d327b34bb286edb959429c7ca6/setup.py'"'"'; file='"'"'/tmp/pip-install-fz87kws2/torch-lfilter_c26077d327b34bb286edb959429c7ca6/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-jk7bf_bc
cwd: /tmp/pip-install-fz87kws2/torch-lfilter_c26077d327b34bb286edb959429c7ca6/
Complete output (34 lines):
/tmp/pip-install-fz87kws2/torch-lfilter_c26077d327b34bb286edb959429c7ca6/torch_lfilter.py:33: UserWarning: no efficient C++ lfilter implementation for cpu-tensors found. falling back to a (much slower) pure python implementation.

Maybe something went wrong during the compilation of torch_lfilter? Please check out the installation instructions at https://github.com/flaport/torch_lfilter.
warnings.warn(
running bdist_wheel
/home/shrutibhilare/.local/lib/python3.8/site-packages/torch/utils/cpp_extension.py:352: UserWarning: Attempted to use ninja as the BuildExtension backend but we could not find ninja.. Falling back to using the slow distutils backend.
warnings.warn(msg.format('we could not find ninja.'))
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-38
copying torch_lfilter.py -> build/lib.linux-x86_64-cpython-38
running build_ext
/home/shrutibhilare/.local/lib/python3.8/site-packages/torch/utils/cpp_extension.py:294: UserWarning:

                             !! WARNING !!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Your compiler (g++ 4.8.5) may be ABI-incompatible with PyTorch!
Please use a compiler that is ABI-compatible with GCC 5.0 and above.
See https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html.

See https://gist.github.com/goldsborough/d466f43e8ffc948ff92de7486c5216d6
for instructions on how to install GCC 5 or higher.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

                            !! WARNING !!

warnings.warn(ABI_INCOMPATIBILITY_WARNING.format(compiler))

building 'torch_lfilter_cpp' extension
creating build/temp.linux-x86_64-cpython-38
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/home/shrutibhilare/.local/lib/python3.8/site-packages/torch/include -I/home/shrutibhilare/.local/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/shrutibhilare/.local/lib/python3.8/site-packages/torch/include/TH -I/home/shrutibhilare/.local/lib/python3.8/site-packages/torch/include/THC -I/usr/local/include/python3.8 -c torch_lfilter.cpp -o build/temp.linux-x86_64-cpython-38/torch_lfilter.o -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="_gcc" -DPYBIND11_STDLIB="_libstdcpp" -DPYBIND11_BUILD_ABI="_cxxabi1011" -DTORCH_EXTENSION_NAME=torch_lfilter_cpp -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
gcc: error: unrecognized command line option ‘-std=c++14’
error: command '/usr/bin/gcc' failed with exit code 1

ERROR: Failed building wheel for torch-lfilter
Running setup.py clean for torch-lfilter
Failed to build torch-lfilter
Installing collected packages: torch-lfilter
Running setup.py install for torch-lfilter ... error
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.8 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-fz87kws2/torch-lfilter_c26077d327b34bb286edb959429c7ca6/setup.py'"'"'; file='"'"'/tmp/pip-install-fz87kws2/torch-lfilter_c26077d327b34bb286edb959429c7ca6/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-3ykcbmet/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/shrutibhilare/.local/include/python3.8/torch-lfilter
cwd: /tmp/pip-install-fz87kws2/torch-lfilter_c26077d327b34bb286edb959429c7ca6/
Complete output (36 lines):
/tmp/pip-install-fz87kws2/torch-lfilter_c26077d327b34bb286edb959429c7ca6/torch_lfilter.py:33: UserWarning: no efficient C++ lfilter implementation for cpu-tensors found. falling back to a (much slower) pure python implementation.

Maybe something went wrong during the compilation of torch_lfilter? Please check out the installation instructions at https://github.com/flaport/torch_lfilter.
  warnings.warn(
running install
/home/shrutibhilare/.local/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-38
copying torch_lfilter.py -> build/lib.linux-x86_64-cpython-38
running build_ext
/home/shrutibhilare/.local/lib/python3.8/site-packages/torch/utils/cpp_extension.py:352: UserWarning: Attempted to use ninja as the BuildExtension backend but we could not find ninja.. Falling back to using the slow distutils backend.
  warnings.warn(msg.format('we could not find ninja.'))
/home/shrutibhilare/.local/lib/python3.8/site-packages/torch/utils/cpp_extension.py:294: UserWarning:

                               !! WARNING !!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Your compiler (g++ 4.8.5) may be ABI-incompatible with PyTorch!
Please use a compiler that is ABI-compatible with GCC 5.0 and above.
See https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html.

See https://gist.github.com/goldsborough/d466f43e8ffc948ff92de7486c5216d6
for instructions on how to install GCC 5 or higher.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

                              !! WARNING !!

  warnings.warn(ABI_INCOMPATIBILITY_WARNING.format(compiler))
building 'torch_lfilter_cpp' extension
creating build/temp.linux-x86_64-cpython-38
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/home/shrutibhilare/.local/lib/python3.8/site-packages/torch/include -I/home/shrutibhilare/.local/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/home/shrutibhilare/.local/lib/python3.8/site-packages/torch/include/TH -I/home/shrutibhilare/.local/lib/python3.8/site-packages/torch/include/THC -I/usr/local/include/python3.8 -c torch_lfilter.cpp -o build/temp.linux-x86_64-cpython-38/torch_lfilter.o -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -DTORCH_EXTENSION_NAME=torch_lfilter_cpp -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++14
gcc: error: unrecognized command line option ‘-std=c++14’
error: command '/usr/bin/gcc' failed with exit code 1
----------------------------------------

ERROR: Command errored out with exit status 1: /usr/local/bin/python3.8 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-fz87kws2/torch-lfilter_c26077d327b34bb286edb959429c7ca6/setup.py'"'"'; file='"'"'/tmp/pip-install-fz87kws2/torch-lfilter_c26077d327b34bb286edb959429c7ca6/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-3ykcbmet/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/shrutibhilare/.local/include/python3.8/torch-lfilter Check the logs for full command output.

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

1 participant