Last answered:

07 Dec 2021

Posted on:

07 Dec 2021

0

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)
Posted on:

07 Dec 2021

0

I would suggest you try updating pip itself first: conda install pip and then trying to install sklearn again. Hope that solves the problem.

Submit an answer