-
Notifications
You must be signed in to change notification settings - Fork 68
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
undefined symbol: cblas_dasum #22
Comments
Can you provide more information about what versions of packages you're using? There are known issues with installing sklearn on this buildpack with certain versions. I personally haven't had the time to look into sklearn in detail yet, since I don't use it very much. |
My requirements.txt is as follow numpy==1.9.2 |
I am seeing this issue as well |
Is it also for sklearn specifically? I'm afraid I haven't been able to investigate sklearn issues with this buildpack. |
Yes, for sklearn. Not having any luck getting sklearn going on heroku by
|
Using this buildpack instead resolved the issue for me: |
Still having this issue, tried the build pack... unfortunately, not much luck. sklearn==0.15.2 |
I'm also having this issue. Switching to https://github.com/andrewychoi/heroku-buildpack-scipy did not work for me scikit-learn==0.16.1, scipy==0.15.1, numpy==1.9.2 |
I'm also having the same issue, even after switching to andrewychoi's buildpack.
anybody manage to get this working? |
Also having this issue. @mitchelljkotler and @thenovices - could you tell us which versions of sklearn, numpy, and scipy that you're using? |
Sorry guys -- I don't use sklearn at all, but I can try to look into this. I'm pretty sure we would have to make a new precompiled binary for sklearn as well. I don't have that much time right now to work on that -- but hopefully will get to it at some point |
Running using Choi's buildpack with the following versions:
|
Also with Choi's buildpack: On Wed, Nov 11, 2015 at 1:36 PM, Josh Delman [email protected]
|
sweet got this working with choi's buildpack too! thanks!! |
I'm having the same problem. (Using Choi's build pack and versions specified by mitchelljkotler Getting the following error |
@seyonv @mitchelljkotler's version numbers just worked for me. Make sure numpy, scipy, and scikit-learn are the very first things in your requirements.txt; also, I'm on Python 2.7. |
…k-scipy#22 to get scikit learn working
Same issue here. I solved it with Choi's build pack and the following versions on my requirements.txt:
Be careful to reset all your buildpacks beforehand to do a clean install. You can do Just to be sure, I also |
Following all the tips. I feel like I'm getting closer. I do require |
After deployment the import error raised during runtime. The error report as follow:
ImportError: /app/.heroku/python/lib/python2.7/site-packages/sklearn/metrics/pairwise_fast.so: undefined symbol: cblas_dasum
The text was updated successfully, but these errors were encountered: