-
Notifications
You must be signed in to change notification settings - Fork 269
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
pip install broken for 0.4.5 #22
Comments
You need to update your dependency to either use Also, you should upgrade to python3 really soon as support for python2 drops at the beginning of 2018. |
thanks for the prompt reply! |
the stub package for |
Remove attribution to specific person, update README
pip install fails with the following output:
➜ kinawardservice git:(master) ✗ sudo pip install ethereum-abi-utils --upgrade
The directory '/Users/amiblonder/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/amiblonder/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting ethereum-abi-utils
Downloading ethereum-abi-utils-0.4.5.tar.gz
Complete output from command python setup.py egg_info:
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-XVffAh/ethereum-abi-utils/
The text was updated successfully, but these errors were encountered: