Created
February 21, 2014 06:12
-
-
Save shiroyuki/9129642 to your computer and use it in GitHub Desktop.
PIP error on external download
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo pip install kotoba | |
Downloading/unpacking kotoba | |
You are installing an externally hosted file. Future versions of pip will default to disallowing externally hosted files. | |
You are installing a potentially insecure and unverifiable file. Future versions of pip will default to disallowing insecure files. | |
Downloading kotoba-3.0.1.tar.gz | |
Running setup.py egg_info for package kotoba | |
Installing collected packages: kotoba | |
Running setup.py install for kotoba | |
Successfully installed kotoba | |
Cleaning up... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment