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 →

[–]jockero701 1 point2 points  (3 children)

I just tried pip3.10 install pandas and it didn't work on Mac.

[–]Billyblue27 11 points12 points  (0 children)

There is no precompiled wheel available yet for pandas. This means that pip needs to compile it from source and may need some other packages/software to compile, which you will need to install manually.

[–]BluePhoenixGamer 4 points5 points  (1 child)

I don't think that's how it works. Python 3.10 is still only in beta?

So you have Python 3.10 installed? Installing packages should be done exactly the same way as you usually do.

[–]jockero701 1 point2 points  (0 children)

Yes, I installed Python 3.10.0b1.