You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I'm trying to install the requirements by running pip install zksync2
The problem occurred when attempting to install the pysha3 module. When compiling the source code, there was an error that prevented the creation of a wheel for the module.
Specifically, there was a problem with importing a "pystrhex.h" file from the "backport.inc" file into the "Modules/_sha3/" folder of the pysha3 source code. The compiler reported that it could not find this file, which resulted in a compile-time error.
when I'm trying to install the requirements by running pip install zksync2
The problem occurred when attempting to install the pysha3 module. When compiling the source code, there was an error that prevented the creation of a wheel for the module.
Specifically, there was a problem with importing a "pystrhex.h" file from the "backport.inc" file into the "Modules/_sha3/" folder of the pysha3 source code. The compiler reported that it could not find this file, which resulted in a compile-time error.
Translated with www.DeepL.com/Translator (free version)
The text was updated successfully, but these errors were encountered: