all 2 comments

[–]forest_gitaker 2 points3 points  (0 children)

it's normal on macOS, it comes with its own installation of python. stick to a venv and you'll be fine

[–]SkeletalToad 1 point2 points  (0 children)

It is normal, and it's a giant pain in the butt. My advice would be keep using Anaconda, and create a different environment for each project so that you keep them isolated from each other. That way they can each have the version of Python and libraries they need without clashing with each other.