-
Notifications
You must be signed in to change notification settings - Fork 441
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
TypeError: No loop matching the specified signature and casting was found for ufunc add #470
Comments
Okay, I got the issue fixed on another VM by doing the following steps. I've installed these globally. # for Python 3
sudo apt-get install csh
sudo apt-get install python3-numpy python3-scipy
# Install bandmat for Python3
sudo pip3 install bandmat Create virtualenv --system-site-packages merlin
source merlin/bin/activate
pip install numpy==1.16
pip install matplotlib scipy keras theano tensorflow |
Hi, I recently encountered the same problem. I solved it using another method in the following environment. pip list
The important thing here is the version of scipy. If it doesn't work, try adding |
I know this is technically not a fix, but at least it is a workaround that worked for me. I encountered this problem trying to run |
Using |
I saw another issue (#466 ) with the same problem, but that fix did not work for me. Here is the error dump
The text was updated successfully, but these errors were encountered: