Having an issue installing Pyrebase.

huangapple go评论51阅读模式
英文:

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/&lt;br>
If that doesn't work try updating pip: pip install --upgrade pip

huangapple
  • 本文由 发表于 2023年5月11日 19:02:52
  • 转载请务必保留本文链接:https://go.coder-hub.com/76226918.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定