-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Command errored out with exit status 1: #62
Comments
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? |
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? |
@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 |
The problem was solved when I used conda. |
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.
Modify
Download these files on your pc:
Update the five files to
Finally, you may get an error, but in fact, the crepe has already been installed successfully. |
报错啦~怎么处理呢?
`
Looking in indexes: http://mirrors.aliyun.com/pypi/simple/
Collecting crepe
Downloading http://mirrors.aliyun.com/pypi/packages/c8/74/1677b9369f233745b3dedf707ce26fb935c5c400379c45400df818f3a805/crepe-0.0.11.tar.gz (15 kB)
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.`
The text was updated successfully, but these errors were encountered: