-
Notifications
You must be signed in to change notification settings - Fork 140
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
librosa msgpack build error #1001
Comments
As well as msgpack, the current version of librosa also requires a newer version of numba than we currently provide. You can work around this by installing an older version of librosa, as shown at #834 (comment). The older librosa version doesn't require msgpack, but I've created #1299 to track msgpack separately. |
고맙습니다. (Thank U!)
좋은 라이브러리 감사합니다.
덕분에 파이썬을 안드로이드에서 서버를 걸치지 않고 바로 결과를 도출할 수 있을것 같습니다.
감사합니다.
2023년 10월 16일 (월) 오후 3:24, Malcolm Smith ***@***.***>님이 작성:
… As well as msgpack, the current version of librosa also requires a newer
version of numba than we currently provide. You can work around this by
installing an older version of librosa, as shown at #834 (comment)
<#834 (comment)>.
The older librosa version doesn't require msgpack. But for future
reference, msgpack is supposed to have a pure-Python fallback, but it
apparently isn't working in the current version (1.0.7). You can work
around that by adding this line to the pip block of your build.gradle
file:
install "msgpack==1.0.6"
—
Reply to this email directly, view it on GitHub
<#1001 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMB6ET6TNNOYUVXVKTGIFTX7THKFAVCNFSM6AAAAAA6BNF6ZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRTHAYDOMRRGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
-----------------------------------
연락처 : 010-4023-7046
기업명 : 펜씨업소프트
------------------------------------
http://www.fancyupsoft.com <https://www.fancyupsoft.com>
|
This was referenced Nov 19, 2024
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://librosa.org/doc/0.10.1/install.html
librosa pip install 은 되는데
빌드 과정에 여러 종속성 문제인지 버그가 발생합니다.
The text was updated successfully, but these errors were encountered: