Problem on installation - Unpacking argparse>=1.2.1
Created by: ghost
Hey, I'm having this error on the installation with pip: Is it me or the compile of csv? Thanks
MacBook-Air-de-Jose:python josenogueira$ sudo pip install csvkit Downloading/unpacking csvkit Downloading csvkit-0.7.2.tar.gz Running setup.py (path:/private/tmp/pip_build_root/csvkit/setup.py) egg_info for package csvkit
Downloading/unpacking argparse>=1.2.1 (from csvkit) Could not find a version that satisfies the requirement argparse>=1.2.1 (from csvkit) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 1.0.1, 1.0, 1.1) Some externally hosted files were ignored (use --allow-external to allow). Cleaning up... No distributions matching the version for argparse>=1.2.1 (from csvkit) Storing debug log for failure in /Users/josenogueira/Library/Logs/pip.log
PIP.log: No distributions matching the version for argparse>=1.2.1 (from csvkit) Exception information: Traceback (most recent call last): File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 122, in main status = self.run(options, args) File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 278, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) File "/Library/Python/2.7/site-packages/pip/req.py", line 1177, in prepare_files url = finder.find_requirement(req_to_install, upgrade=self.upgrade) File "/Library/Python/2.7/site-packages/pip/index.py", line 322, in find_requirement raise DistributionNotFound('No distributions matching the version for %s' % req) DistributionNotFound: No distributions matching the version for argparse>=1.2.1 (from csvkit)