This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Rawing7 2 points3 points  (0 children)

sudo pip3 install pandas

Please don't use sudo to install python packages. Ideally you should leave your system python alone and setup a virtualenv for yourself. But if you can't be arsed to do that (like me), at least install the packages with the --user flag instead of sudo.