thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.05k stars 526 forks source link

Cannot run Bird Bot #339

Open decafmilk opened 4 years ago

decafmilk commented 4 years ago

My python3 is version 3.8. I have already downloaded git as well. Everything is running fine until I input "sudo pip3 install -r requirements.txt" into the terminal for my mac (catalina 10.15.04) to install Python modules. It keeps showing this:

ERROR: Command errored out with exit status 1: command: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-t_t37pyb/pycryptodome/setup.py'"'"'; file='"'"'/private/tmp/pip-install-t_t37pyb/pycryptodome/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/tmp/pip-record-u17q14xk/install-record.txt --single-version-externally-managed --compile cwd: /private/tmp/pip-install-t_t37pyb/pycryptodome/ Complete output (371 lines): running install running build running build_py creating build creating build/lib.macosx-10.9-x86_64-3.8 creating build/lib.macosx-10.9-x86_64-3.8/Crypto copying lib/Crypto/init.py -> build/lib.macosx-10.9-x86_64-3.8/Crypto creating build/lib.macosx-10.9-x86_64-3.8/Crypto/Cipher

Please let me know what I can do to fix it.