英文:
Having an issue installing Pyrebase
问题
This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pycryptodome
Running setup.py clean for pycryptodome
Failed to build pycryptodome
ERROR: Could not build wheels for pycryptodome, which is required to install pyproject.toml-based projects
I could not find any solution so far.
英文:
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pycryptodome
Running setup.py clean for pycryptodome
Failed to build pycryptodome
ERROR: Could not build wheels for pycryptodome, which is required to install pyproject.toml-based projects
I could not find any solution so far
答案1
得分: 1
尝试直接从 .whl
文件安装 pycryptodome。您可以在此处下载它:https://www.wheelodex.org/projects/pycryptodome/<br>
如果这不起作用,请尝试更新 pip:pip install --upgrade pip
英文:
Try to install pycryptodome directly from .whl
file. You can download it here: https://www.wheelodex.org/projects/pycryptodome/<br>
If that doesn't work try updating pip: pip install --upgrade pip
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论