Receiving error message in the anaconda promp
Hi, i typed "pip install sklearn" in the anaconda promp, and received the following error message:
"namespaceHTMLElements=False,
TypeError: parse<> got an unexpected keyword argument 'transport_encoding'"
could you please help me about that problem?
1 answers ( 0 marked as helpful)
I would suggest you try updating pip itself first: conda install pip and then trying to install sklearn again. Hope that solves the problem.