i got this error on anacona spyder | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

i got this error on anacona spyder

ImportError: cannot import name 'six' from 'sklearn.externals' (C:\Users\Baha cherni\anaconda3\lib\site-packages\sklearn\externals\__init__.py)

26th Feb 2022, 9:34 AM
Baha eddin Cherni
1 Answer
+ 4
It means that you are trying to import a module that cannot be imported. a) the module is not installed b) the module is installed but not correctly imported The error message hints at b) https://stackoverflow.com/questions/61867945/JUMP_LINK__&&__python__&&__JUMP_LINK-import-error-cannot-import-name-six-from-sklearn-externals#62354885
26th Feb 2022, 9:46 AM
Lisa
Lisa - avatar