After the latency issues in Anaconda I installed the standalone version of Spyder. Trying to conda install the mysql package I get this error:
ValueError: The python kernel does not appear to be a conda environment. Please use ``%pip install`` instead.
However when I try to then pip install I get this error:
/Applications/Spyder.app/Contents/MacOS/python: No module named pip
Note: you may need to restart the kernel to use updated packages.
I honestly have no idea how this happened. I tried to brew install the newest Python, which always comes with pip. When I ask for the Python version it points me to Anaconda.
which python
/Users/Maja/opt/anaconda3/bin/python
I'm usually able to work out things I do in Python and SQL but things going wrong in the background is completely beyond me.
Can anyone point me in the right direction?