Relative Content

Tag Archive for pythonscikit-learnimportexeexecutable

ImportError with PyInstaller and scikit-learn

I’m currently facing an issue when trying to package a Python script that uses scikit-learn with PyInstaller. Specifically, I’m encountering an import error related to sklearn.metrics._pairwise_distances_reduction._datasets_pair when running the executable created by PyInstaller.