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)
1 Réponse
+ 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