What you should do is download the latest version of xlwings from https://pypi.org, unpack it and place the two dlls next to the Python interpreter, then rename them into xlwings32-dev.dll and xlwings64-dev.dll. Note that the bitness refers to the Excel installation and not to the ...
I think I could resolve the problem by not relying on paths to the interpreter, but rather conda and environment: Basically I only needed to change the sheet "xlwings.conf" to: Interpreter_Win Interpreter_Mac PYTHONPATH Conda Path C:\tools\Anaconda3 Conda Env xlwings UDF Modules Debug UDFs ...
Also, not sure if this is helpful, but on both these machines I had to manually set the interpreter path to the pythonw.exe in the Anaconda folder. Originally they were not able to find the xlwings DLL. About 5-10 of the other machines hit this issue and that fixed it. I have veri...
However, when trying to run this from vba with the xlwings package I receive an error: "ImportError: DLL load failed: The specified module could not be found." and this error relates to the numpy package. I have tried uninstalling and reinstalling the anaconda package and using pip install ...