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
{{ message }}
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.
Hi there,
I tried calling Waveform from surfboard.sound and it told me that there was an error AttributeError: module 'numpy' has no attribute 'long'
np.long was said to be depreceated from Numpy 1.20.0 onwards, but the installation requires Numpy to be newer or equal to version 1.20.0 to avoid failed building wheels issue. Which means that there's inconvenience in downgrade Numpy in order to make the library at least.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I tried calling Waveform from surfboard.sound and it told me that there was an error AttributeError: module 'numpy' has no attribute 'long'
np.long was said to be depreceated from Numpy 1.20.0 onwards, but the installation requires Numpy to be newer or equal to version 1.20.0 to avoid failed building wheels issue. Which means that there's inconvenience in downgrade Numpy in order to make the library at least.
The text was updated successfully, but these errors were encountered: