[SDK] <Title>zksync2 cannot be installed because of a pysha3 error #122
-
EnvironmentMainnet Acknowledgement
Issue DescriptionThere was an error when I installed the zksync2 dependency with pip, requiring me to install pysha3, but pysha3 has inherited to python6 and I cannot install pysha3,pysha3 code base prompts“The pysha3 package has reached its end of life and is no longer supported.The SHA-3 code was merged into Python 3.6 many years ago. Please use SHA-3 functions from hash lib module directly.” Expected Behaviorpip install zksync2 Code Example(venv) PS F:\web3> pip install zksync2 × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. Repo Link (Optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 6 replies
-
hey @wt195799611 👋 Thanks for posting this. I was able to reproduce on my side so we will definitely address this issue asap. |
Beta Was this translation helpful? Give feedback.
-
I noticed that you are using Windows, so in order to make it work on Windows follow the thread. |
Beta Was this translation helpful? Give feedback.
-
I was able to successfully install using python 3.10. |
Beta Was this translation helpful? Give feedback.
-
same problem,python version :3.11 |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
You have to use python 3.10 for right now. General steps for macos: