- Published on
RuntimeError: Unsupported compiler - at least C++11 support is needed!
- Authors

- Name
- Rahul kadam
- @rahul_jalindar
Last Modified : Tuesday, Aug 13, 2024
Error
raise RuntimeError( RuntimeError: Unsupported compiler -- at least C++11 support is needed!
Solve
You are geeting this error because you haven't installed c++, to fix this just run the following command.
sudo apt-get install build-essential
Installing build-essential, will solve the error with Unsupported compiler.
linux
make
c++
pip