Skip to content

[SDK] <Title>zksync2 cannot be installed because of a pysha3 error #122

Closed Answered by dutterbutter
wt195799611 asked this question in SDKs
Discussion options

You must be logged in to vote

You have to use python 3.10 for right now. General steps for macos:

Using Anaconda to setup a virtual environment with Python 3.10:
// Make the Python 3.10 project
mkdir ~/test/zksync-python-3-10-test
cd ~/test/zksync-python-3-10-test
conda create --name myenv python=3.10

// Activate the virtual environment
conda activate myenv

// Validate that you're running Python 3.10.12
python --version

// Install the zksync2 package
pip install zksync2

Replies: 8 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@dutterbutter
Comment options

@danijelTxFusion
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@dutterbutter
Comment options

Answer selected by MexicanAce
@wt195799611
Comment options

@monkeyip
Comment options

@monkeyip
Comment options

Comment options

You must be logged in to vote
0 replies

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
SDKs
Labels
sdk Questions for the SDKs
8 participants