Closed daniel-thom closed 2 years ago
Tanushree was able to workaround the issue by adding python-3.9\pkgs\sqlite-3.38.2-h2bbff1b_0\Library\bin to the PATH environment variable. Need to find the proper way to handle this.
python-3.9\pkgs\sqlite-3.38.2-h2bbff1b_0\Library\bin
This is fixed by setting the environment variable CONDA_DLL_SEARCH_MODIFICATION_ENABLE.
CONDA_DLL_SEARCH_MODIFICATION_ENABLE
Tanushree was able to workaround the issue by adding
python-3.9\pkgs\sqlite-3.38.2-h2bbff1b_0\Library\bin
to the PATH environment variable. Need to find the proper way to handle this.