rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.82k stars 853 forks source link

Unable to find the module #1074

Open sai-charan1 opened 6 months ago

sai-charan1 commented 6 months ago

i have installed mlxtend using pip in the vs code but it is showing that module not found . I also tried using --no dependencies but it not worked ofr me

rasbt commented 6 months ago

Hi there, and sorry about that. Does installing and importing other packages work for you there?

sai-charan1 commented 6 months ago

Hi there, and sorry about that. Does installing and importing other packages work for you there? yes all other works

alexo-a commented 6 months ago

@rasbt I'm having a similar issue I believe. The current version on pypi (v23.0) doesn't incorporate the change from #1072, as far as I can tell -- I'm getting ModuleNotFoundError: No module named 'distutils'

pip show mlxtend shows version 23, which doesn't appear to have been updated on pypi since September, before #1072: image

rasbt commented 6 months ago

Thanks for the note. I just made a new release (0.23.1) that includes the distutils dependency. I'm hoping this fixes this issue 🤞