Giter VIP home page Giter VIP logo

Comments (5)

Abel1802 avatar Abel1802 commented on May 29, 2024 1

The problem was solved when I used conda.
conda install -c conda-forge crepe

from crepe.

zc52406 avatar zc52406 commented on May 29, 2024

This error occurs in Windows 10, python version 3.8, and other versions have tried. The same problem will occur. Because of the VPN problem in China, the source uses alicloud. Excuse me, the landlord did not encounter this situation, how should I solve it?

from crepe.

jongwook avatar jongwook commented on May 29, 2024

It looks like a network issue (possibly related to the great firewall of China). Can you access this URL:

https://github.com/marl/crepe/raw/models/model-tiny.h5.bz2

From your machine?

from crepe.

wubinbai avatar wubinbai commented on May 29, 2024

@jongwook Hi, I am using Ubuntu from China as well. Connecting normal network in China cannot use pip to install, nor could I open the link you showed. Even though I can open the link by connecting to some kind of VPN to Hong Kong, I still cannot use pip install to install crepe package in Ubuntu. Any solutions? Thanks

from crepe.

jcq15 avatar jcq15 commented on May 29, 2024

It's because of the shit GFW in China. I've solved the problem by downloading the models manually and installing them from the source code.

wget http://mirrors.tencentyun.com/pypi/packages/c8/74/1677b9369f233745b3dedf707ce26fb935c5c400379c45400df818f3a805/crepe-0.0.11.tar.gz
cd crepe-0.0.11

Modify setup.py, comment line 30, because we will download these files manually.

# urlretrieve(base_url + compressed_file, compressed_path)

Download these files on your pc:

Update the five files to crepe-0.0.11/crepe/. Now you can install it:

python setup.py

Finally, you may get an error, but in fact, the crepe has already been installed successfully.

from crepe.

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.