I am a linux user and am trying to install a GUI driven python package on a student's computer (https://github.com/DeepLabCut/DeepLabCut).
I've exhausted my Mac knowledge after trying many different steps.
- installed conda + pytonn 3.7 (+ package in question).
- started up "pythonw" but only python 2.7 version is loading.
- pythonw is hardlinked to python2.7 in the /usr/bin/pythonw location. I tried sudo rm -rf but I wasn't allowed to (even with super user). I also read this is a bad idea.
- tried following installations here (https://docs.python.org/3/using/mac.html) but "pythonw" still linked to mac OS original installation of python2.7. For the life of me I can't seem to find the pythonw3.0.3 installation (from link above) executable even in the anaconda environment directory.
I have already gotten the package above to work on another student's Mac that has an older OS so I know it's not a Mac-specific issue. Rather, it is an OS issue or something related to changes that I don't understand.
How do I install or load pythonw (the one with graphics/GUI capabilities) that uses python3 native packages?
Thanks so much,