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
{{ message }}
This repository has been archived by the owner on May 23, 2023. It is now read-only.
I'm working with ethereum and I need some tools of this git. But i'm quite new in the git repo's and I'm having massive errors when importing some tools.
I was trying to instal the pyethereum on windows. But the first line of the code is for linux. Is this required: sudo apt-get install libssl-dev build-essential automake pkg-config libtool libffi-dev libgmp-dev libyaml-cpp-dev
I ve tried to run only the git part but i'm dealing with problems and I think they are coming from the non executing of the first command line.
cd pyethereum
python setup.py install
Do you have any suggestions to replicate the sudo part in the windows env?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm working with ethereum and I need some tools of this git. But i'm quite new in the git repo's and I'm having massive errors when importing some tools.
I was trying to instal the pyethereum on windows. But the first line of the code is for linux. Is this required:
sudo apt-get install libssl-dev build-essential automake pkg-config libtool libffi-dev libgmp-dev libyaml-cpp-dev
I ve tried to run only the git part but i'm dealing with problems and I think they are coming from the non executing of the first command line.
Do you have any suggestions to replicate the sudo part in the windows env?
The text was updated successfully, but these errors were encountered: