Hello,
I need to scale data in python and I try to use the sklearn.preprocessing library.
I installed it with PIP and it works in command console but inside TD it signal an error:
python >>> import sklearn
TypeError: ‘type’ object is not iterable
python >>>
“path” is deprecated, please use “containerCOMP” instead
File “”, line 1019, in _handle_fromlist
“requires” is deprecated, please use “containerCOMP” instead
File “”, line 1032, in handle_fromlist
“requires” is deprecated, please use “containerCOMP” instead
File "C:/Program Files/Python37/Lib/site-packages\pkg_resources_init.py", line 574, in _build_master
from main import requires
I have only one 3.7 Python install and my path seems right:
C:/Program Files/Python37/Lib/site-packages
Any idea on what I have done wrong?
Thank you, Jacques