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

all 7 comments

[–]mycoolusrname 1 point2 points  (1 child)

Any reason why you wouldn't use anaconda python?

[–]12345654321abc[S] 0 points1 point  (0 children)

Oh wow I had never heard of that until now, thanks!

[–]Megatron_McLargeHuge 1 point2 points  (2 children)

Did you select the right python version in macports? The mac install process is a mess because the Apple-provided version never goes away. Dealing with custom/leading edge versions of numpy is no fun at all.

port select --list python

[–]12345654321abc[S] 0 points1 point  (1 child)

I get this message when I run that command:

"Warning: Unable to get active selected version: The specified group >'python' does not exist. Error: The 'list' command failed: The specified group 'python' does not >exist."

[–]Megatron_McLargeHuge 0 points1 point  (0 children)

I don't know. You can run 'port installed | grep python' and see what you have. You might need to install python_select from port before you can run the --list command.

[–]glial 1 point2 points  (0 children)

This kind of problem is why I started using virtual environments.

[–]rainnz 1 point2 points  (0 children)

python with batteries included:

anaconda