I'm using amazon EC2, ubuntu 20.04 LTS. I tried to install 'dlib' on my instance, but as the below image, process got stucked and do nothing. If I press ctrl+c, installation being cancelled. How can I install dlib on my instance?
python3 -m pip install dlib
Defaulting to user installation because normal site-packages is not writeable
Collecting dlib
Using cached dlib-19.24.2.tar.gz (11.8 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: dlib
Building wheel for dlib (pyproject.toml) ... |
I already install CMake and I tried python3 -m pip install dlib. I want to install dlib successfully.