Hello,
I was trying to install seaborn (using pip install --user seaborn) to use the heat maps and I got the following error:
AttributeError: '_NamespacePath' object has no attribute 'sort'
And now anytime I type "pip" (just pip, no other options) in the command line I get the same error. I don't know how to fix this, please help as I need to use new packages.
Thanks
Link Copied
I found a solution:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
pip install --upgrade setuptools
I found a solution:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
pip install --upgrade setuptools
Hi,
Glad to know that your issue is resolved. We won't be monitoring this thread anymore. Kindly raise a new thread if you need further assistance.
Thanks.
For more complete information about compiler optimizations, see our Optimization Notice.