Sam Koebrich
Sam Koebrich
Also wondering if there is a fix for this... it seems like in plotly express 'spline' works with `svg` as the `render_mode` but not `auto` in some circumstances.
My installation is also failing in [ 32%] Linking CXX executable ../bin/features CMakeFiles/features.dir/featuresTest.cpp.o: In function `length()': featuresTest.cpp:(.text+0x2addf): undefined reference to `testing::internal::EqFailure(char const*, char const*, std::__cxx11::basic_string const&, std::__cxx11::basic_string const&, bool)' featuresTest.cpp:(.text+0x2ae76):...
I've tried installing from the release .deb file (ubuntu) too, but that is failing silently.
I tried changing the setting in the conan default profile to ``, but this wasn't recognized by conan, so I used ``. The error during `` is now: ``` [...
Also, when I try installing with the release, it appears to be failing silently: ``` skoeb@sam-server:~/Downloads$ sudo gdebi khiva-khiva_0.2.3-1_amd64.deb [sudo] password for skoeb: Reading package lists... Done Building dependency tree...
Thanks again for the quick response. The installation appeared to be working, but my anaconda environment path wasn't looking in /usr/local/lib. I updated this and installed the python wrapper using...
One thing to note: the `opt/arrayfire/lib` file was named `opt/arrayfire/lib64` in my installation. I still copyed the files to `/usr/local/lib` as detailed by @avilchess above.
Making progress on figuring this out... setting CPU backend fixes the test: ``` import numpy as np from khiva.matrix import * from khiva.features import * from khiva.library import * set_backend(KHIVABackend.KHIVA_BACKEND_CPU)...
Partially, still having trouble with GPU compatibility in some modules, but others (like DTW) are working.
I have some questions about functionalities (things like PSI for DTW), but I'll open another issue for those. Thanks for your help!