Could not build wheels for pycryptodome

1.6k Views Asked by At

I'm trying to run a program that me and my friend build on another PC, I got the original files and when I'm trying to run the code it's asked me to install "Pyrebase", I'm trying to install and this is the error that I got:

ERROR: Could not build wheels for pycryptodome, which is required to install pyproject.toml-based projects

Python & PIP are up to date

1

There are 1 best solutions below

0
Kapaznik On

problem solved:

pip install requests-toolbelt==0.10.1 & pip install pycryptodome~=3.12.0