-
Notifications
You must be signed in to change notification settings - Fork 551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to follow CONTRIBUTING guide - pip install failes #1678
Comments
Also required to make a change in "tox.ini"
|
Also I believe there should be a not to use python version below 3.10 because tox uses my last installed version "3.11" and I have this error
I fix it with
inside "tox.ini" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment information
brownie
Version: master branchWhat was wrong?
I tried to follow https://github.com/eth-brownie/brownie/blob/master/CONTRIBUTING.md
How can it be fixed?
update
with
then you have pip install version
you fix it with
then
pip install -r requirements-dev.txt
worksthe final requirements-dev.txt
The text was updated successfully, but these errors were encountered: