I'm desperate, I have installed Spyder on Windows 10, but pip won't work. Anytime I run
pip install package
I get no module pip found. If I try with conda then I get:
The python kernel does not appear to be a conda environment. Please use
%pip install
instead.
To which I try
%pip install
Thus still obtaining no module pip found. Honestly I have no idea how to proceed. I have anaconda installed as well, which actually tells me pip is indeed installed, but nontheless I can't use it.
Yes, pip is upgraded to the last version.