AttributeError with sndfile.dll: on Windows, Anconda
104 views
Skip to first unread message
kundan kumar
unread,
Sep 18, 2020, 4:04:06 AM9/18/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to librosa
Hi All,
I am getting this attribute error on the windows anaconda version with Librosa. Please suggest a way to resolve it.
AttributeError: cffi library 'C:\Users\91830\anaconda3\envs\Deep_Learning\Library\bin\sndfile.dll' has no function, constant or global variable named 'sf_wchar_open'
Thank you
smart...@gmail.com
unread,
Sep 18, 2020, 4:06:50 AM9/18/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to librosa
Try with PIP version of Librosa.
I checked at my end and it is working fine.
smart...@gmail.com
unread,
Sep 18, 2020, 4:07:15 AM9/18/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to librosa
pip install librosa
kundan kumar
unread,
Sep 18, 2020, 7:38:11 AM9/18/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to librosa
Thank you, it worked with pip installation version.