Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (19.9k points)

I'm trying DolphinDB python API to subscribe a stream table from our DolphinDB cluster. But as I run import dolphindb it reports

ImportError: DLL load failed: The specified module could not be found.

As I read the readme for a second time, I found that only Anaconda python is supported, because of some issue of DLL loading.

But I cannot use Anaconda for some reason, so is there any workaround?

1 Answer

0 votes
by (25.1k points)

You need to use the latest version of python, as it comes with required mingw libraries.

Browse Categories

...