我不能在osx high Sierra上安装Pyrebase

时间:2018-06-15 17:58:35

标签: python-3.x firebase macos-high-sierra pycryptodome

我需要用python3安装python模块名Pyrebase,我用命令

sudo pip3 install pyrebase

错误输出

Command "/<censor>/<censor>/Desktop/Firebase-Project/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-install-_5ynk8ky/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-yhkasyai/install-record.txt --single-version-externally-managed --compile --install-headers /<censor>/<censor>/Desktop/Firebase-Project/bin/../include/site/python3.6/pycryptodome" failed with error code 1 in /private/tmp/pip-install-_5ynk8ky/pycryptodome/
在我探索了一个问题之后,我认为问题可能是pycryptodome模块版本3.4.3 pyrebase需要什么,在windows os系统上我没有遇到这个问题。

那么如何修复问题,任何与我有同样问题并且已经解决的人请告诉我。

由于

Ps.I在我的新virtualenv上安装了干净的pyreabase,我已经下载了pyrebase模块的主文件,但它仍然无法正常工作

0 个答案:

没有答案