Skip to content

Tag: macos

messed up pip for python 2.7.16 and upgraded it to pip v 21.1.2

specs: macOs BigSur Iterm2 with ohmyzsh preinstalled with python2.7.16 & python 3.9.5 Problem : i upgraded pip without pyenv , so now both pip and pip3 refer to python 3.9.5 i made an alias for python 3.9.5 to be default in .zshrc file i also used pip to install flask Questions : Do i donwgrade pip for py…

Pillow Not installing on Apple Silicon

I am having a nightmare of a time installing Pillow on my apple silicon. Everytime I attempt to install it, it throws a truly massive error which I have posted below. It says wheel is not installed but it is installed. It also says to refer to the Pillow page which I have done. I also installed homebrew and t…

Install opencv-python module

I’m trying to install the opencv module without success, I think the problem is related to the version of python I’m using. Indeed I upgraded to the 3.9.1 version but when I’m trying to install the module, I still receive a warning referred to the old version of python I had (i.e. 2.7). How …