Installation issue

Hi @Rob_1

I am not sure what the C++ toolkit installed. Please make sure it is equivalent to the Visual C++ 2022 redistributable. https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist

In addition make sure that sqlite and zlib is installed:

conda install sqlite zlib

Please let me know if this works for you.