Apologies for any mistakes, I'm new to this. I installed a program in jupyter notebook it contains a bunch of .ipynb files and a folder which contains a bunch of .dll files and then persis_homo_optimal.py. Then in one of the .ipynb files it has code
from persis_homo_optimal import *
The error I get:
DLL load failed while importing _persis_homo_optimal: The specified module could not be found.
Now what I tried (from another stackoverflow post) is running activate base
in the anaconda terminal and then restarting jupyter notebook, but it still does not work. What do I do?