pythonpippyrebase

When downloading pyrebase on my M1 Mac, RSA throws an error. How can I fix this?


When downloading pyrebase for flask development on Mac with M1 chip in a Rosetta terminal with the command: pip3 install pyrebase I cannot install rsa. I keep receiving the error:

  Using cached rsa-4.7.1.tar.gz (38 kB)
ERROR: Package 'rsa' requires a different Python: 2.7.16 not in '>=3.5, <4'

Is there a workaround for this issue? I tried alternatively to pip3 install pyrebase4 but run into the same issue.


Solution

  • Looks like your python is not up to date: Python: 2.7.16 not in '>=3.5, <4' Check your repository if there is a newer version. If not, just download it and install it manually. Remember that, if you have two versions, the newer one must be started locally.