Giter Club home page Giter Club logo

Comments (4)

csukuangfj avatar csukuangfj commented on June 5, 2024

The quickest fix is to run

conda install -c lilcom lilcom

and then install lhotse.

from lilcom.

csukuangfj avatar csukuangfj commented on June 5, 2024

The reason for your error can be found at
pypa/setuptools#2029

It has something to do with your installed setuptools.

from lilcom.

treya-lin avatar treya-lin commented on June 5, 2024

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.

from lilcom.

csukuangfj avatar csukuangfj commented on June 5, 2024

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

from lilcom.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.