Solve error: legacy-install-failure For Dlib You can also get an error while installing the ‘dlib’ library through pip. To solve this error, try to install the library from scratch by following the steps. First, install ‘anaconda.’ Further activate the virtual environment through a command...
1-setup a virtual env to install the package(recommended): python3 -m venv env source ./env/bin/activate python -m pip install google-assistant-sdk[samples] 2-Install the package to the user folder: python -m pip install --user google-assistant-sdk[samples] ...