Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1626 Discussions

Pip not working

Alice2
Beginner
734 Views

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

0 Kudos
1 Solution
Alice2
Beginner
728 Views

I found a solution: 

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py 
pip install --upgrade setuptools

 

View solution in original post

0 Kudos
2 Replies
Alice2
Beginner
729 Views

I found a solution: 

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py 
pip install --upgrade setuptools

 

0 Kudos
AthiraM_Intel
Moderator
716 Views

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.


0 Kudos
Reply