I am using MacOS Catalina, and I have problem installing the package. I get the message:
error: command 'gcc' failed with exit status 1
I read that I needed to install build-essential and python3-dev. I reinstalled python3 using homebrew - brew reinstall python. For build-essential, I cannot get much guidance on how to install this on MacOS - I tried using brew but the message says No available formula with the name "build-essential"
Can I get some guidance on installing the package using pip3 on MacOS?
I am using MacOS Catalina, and I have problem installing the package. I get the message:
error: command 'gcc' failed with exit status 1
I read that I needed to install build-essential and python3-dev. I reinstalled python3 using homebrew -
brew reinstall python
. For build-essential, I cannot get much guidance on how to install this on MacOS - I tried using brew but the message saysNo available formula with the name "build-essential"
Can I get some guidance on installing the package using pip3 on MacOS?