Error importing SKLEARN 32b into 64b server

Asked

Viewed 19 times

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.

1 answer

0

Problem solved, I installed an earlier version of Python, in this case the 3.5 (32b) and the system came back to work perfectly!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.