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 Aug 8, 2018. It is now read-only.
Hi, I am very new to coding and do not know much so please.
I was pip installing pyethapp and ran into this error, it seems that the version quoted is outdated:
error in ethereum setup command:
'tests_require' must be a string or list of strings containing valid project/version requirement specifiers; Unordered types are not allowed
I would think that the issue is project/version requirement specifiers.
test_require is already a list of strings specifying 'mock==2.0.0',
'pytest-mock==1.6.0',
Which of these are outdated?
this code can be found in setup.py
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 am very new to coding and do not know much so please.
I was pip installing pyethapp and ran into this error, it seems that the version quoted is outdated:
error in ethereum setup command:
'tests_require' must be a string or list of strings containing valid project/version requirement specifiers; Unordered types are not allowed
I would think that the issue is project/version requirement specifiers.
test_require is already a list of strings specifying 'mock==2.0.0',
'pytest-mock==1.6.0',
Which of these are outdated?
this code can be found in setup.py
The text was updated successfully, but these errors were encountered: