DLL load failed while importing _libcouchbase: The specified module could not be found

Hello,

I have been getting the same error anytime I run my script.

(mye) C:\Users\pras\dashboard>python index.py
Traceback (most recent call last):
File “index.py”, line 4, in
import couchbase
File “C:\Users\pras\python\envs\mye\lib\site-packages\couchbase_init_.py”, line 1, in
import couchbase_core.bootstrap
File "C:\Users\pras\python\envs\mye\lib\site-packages\couchbase_core_init
.py", line 45, in
import couchbase_core._libcouchbase as _LCB
ImportError: DLL load failed while importing _libcouchbase: The specified module could not be found.

I am running on Windows 10 (Home), using Python 3.8.3 (Anaconda3). What am I missing?

I may be mis-interpreting this but to me looks like libcouchbase is not getting downloaded
@davidkelly any thoughts ?

Anaconda isn’t loading the c bindings. If you have installed via pip, the python3 from python.org works fine. There is at least one bug report out there for this, but for now, we don’t support anaconda.