Doing conda update --all
and conda install dlib
gives this error:
.2.2 - haa95532_296.tar.zst . You probably need to delete and re - download or re - create this file . Message from libarchive was : \ n \ nFile size could not be restored ' )
( myvenvpy ) ( base ) C : \ Users \ sir > Conda install dlib
Collecting package metadata ( current_repodata.json ) : done
Solving environment : failed with initial frozen solve . Retrying with flexible solve . collecting package metadata ( repodata.json ) : done
Solving environment : failed with initial frozen solve . Retrying with flexible solve .
PackagesNotFoundError : The following packages are not available from current channels :
- dlib
Current channels :
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-64
- https://repo.anaconda.com/pkgs/msys2/noarch
To search for alternate channels that may provide the conda package you're looking for , navigate to https://anaconda.org and use the search bar at the top of the page .
( myvenvpy ) ( base ) C : \ Users \ sir >
Screenshot of error: Conda install dlib package not found error
.2.2 - haa95532_296.tar.zst . You probably need to delete and re - download or re - create this file
– WurmD