You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just downloaded opensmile via pip and ran the line import opensmile and it returned the above error (AttributeError: module 'opensmile' has no attribute 'core')
Not really seeing any documentation around this so any idea what is going on?
Thanks!
The text was updated successfully, but these errors were encountered:
Hmm, after a jupyter notebook restart I am getting this new error, and the same happens from python in my terminal. Same happens after uninstalling and reinstalling via pip. A refresh and I am now getting the original error... very odd!
I went through the mac install and moved the libSMILEapi.dylib file into the directory listed in the last line of my error message (replaced the old one). Restarted jupyter notebook and still getting the same error (as well as from python in my terminal). I can get opensmile to work from the command line now though so I will just proceed that way. Thanks!
Hi there,
I just downloaded opensmile via pip and ran the line
import opensmile
and it returned the above error (AttributeError: module 'opensmile' has no attribute 'core'
)Not really seeing any documentation around this so any idea what is going on?
Thanks!
The text was updated successfully, but these errors were encountered: