Open treya-lin opened 1 year ago
The quickest fix is to run
conda install -c lilcom lilcom
and then install lhotse.
The reason for your error can be found at https://github.com/pypa/setuptools/issues/2029
It has something to do with your installed setuptools
.
The quickest fix is to run
conda install -c lilcom lilcom
and then install lhotse.
Hi @csukuangfj I ran this command, and it failed at "verifying transaction" stage.
Proceed ([y]/n)? y
Downloading and Extracting Packages
certifi-2022.9.24 | 154 KB | ################################################################################################################################################################################################################## | 100%
markupsafe-2.0.1 | 21 KB | ################################################################################################################################################################################################################## | 100%
anaconda-custom | 3 KB | ################################################################################################################################################################################################################## | 100%
ca-certificates-2022 | 124 KB | ################################################################################################################################################################################################################## | 100%
charset-normalizer-2 | 35 KB | ################################################################################################################################################################################################################## | 100%
itsdangerous-2.0.1 | 18 KB | ################################################################################################################################################################################################################## | 100%
tqdm-4.64.1 | 126 KB | ################################################################################################################################################################################################################## | 100%
flask-1.1.2 | 70 KB | ################################################################################################################################################################################################################## | 100%
werkzeug-2.0.3 | 221 KB | ################################################################################################################################################################################################################## | 100%
dataclasses-0.8 | 8 KB | ################################################################################################################################################################################################################## | 100%
_anaconda_depends-20 | 6 KB | ################################################################################################################################################################################################################## | 100%
six-1.16.0 | 18 KB | ################################################################################################################################################################################################################## | 100%
scipy-1.6.2 | 15.4 MB | ################################################################################################################################################################################################################## | 100%
pip-22.2.2 | 2.3 MB | ################################################################################################################################################################################################################## | 100%
requests-2.28.1 | 92 KB | ################################################################################################################################################################################################################## | 100%
openssl-1.1.1s | 3.6 MB | ################################################################################################################################################################################################################## | 100%
click-8.0.4 | 152 KB | ################################################################################################################################################################################################################## | 100%
lilcom-1.4 | 63 KB | ################################################################################################################################################################################################################## | 100%
jinja2-2.11.3 | 101 KB | ################################################################################################################################################################################################################## | 100%
Preparing transaction: done
Verifying transaction: failed
RemoveError: 'requests' is a dependency of conda and cannot be removed from
conda's operating environment.
The error is
RemoveError: 'requests' is a dependency of conda and cannot be removed from
conda's operating environment.
You can either use
conda remove requests
conda install -c lilcom lilcom
or create a new environment, e.g, with name k2
:
conda create -n k2
conda activate k2
conda install -c lilcom lilcom
Hi, I am trying to install lhoste in docker, and I was unable to install lilcom. I tried to install it separately and I tried 1.3, 1.4 and 1.5 and none worked. Would you mind take a look at this error log. Thanks!