Skip to content
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

Mellotron notebook not working currently. #32

Closed
Kreijstal opened this issue Jul 19, 2020 · 1 comment
Closed

Mellotron notebook not working currently. #32

Kreijstal opened this issue Jul 19, 2020 · 1 comment

Comments

@Kreijstal
Copy link

Out of the box, it immediately crashes on around this line
https://github.com/yhgon/mellotron/blob/cff2b8e587a8a9a89b47a758235eb367ffbf3887/inference_colab.ipynb#L1020

this is the error which I get

/usr/local/lib/python3.6/dist-packages/scipy/stats/morestats.py in <module>()
     10                    sqrt, ceil, floor, array, compress,
     11                    pi, exp, ravel, count_nonzero, sin, cos, arctan2, hypot)
---> 12 from numpy.testing.decorators import setastest
     13 
     14 from scipy._lib.six import string_types

ModuleNotFoundError: No module named 'numpy.testing.decorators'

maybe @yhgon knows something about it. (I can't make an issue on his fork)

@tugstugi
Copy link
Owner

try with numpy==1.16.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants