0

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

UserBen
  • 21
  • 3

1 Answers1

1

Try to install pycryptodome directly from .whl file. You can download it here: https://www.wheelodex.org/projects/pycryptodome/
If that doesn't work try updating pip: pip install --upgrade pip

SashaGin
  • 11
  • 4