0
all right?
I’m really desperate for a question:
I have a Python 3.7 environment mounted on a machine, Windows 10 64b, and I need to migrate it (which has been working for some time) to another Server 64b.
For reasons of compatibility with my Oracle database I use Python 3.7 32b (I cannot exchange it). However while running one of my algorithms, more exactly when importing sklearn lib I get the following error as response:
from . _sparsetools import csr_tocsc, csr_tobsr, csr_count_blocks,
Importerror: DLL load failed: The specified module could not be found.
I have searched several forums and do not know how to solve this problem, someone could help me?
Note that I can’t migrate to architecture 32 or use Python 64.