Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C csvkit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 61
    • Issues 61
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wireservice
  • csvkit
  • Issues
  • #269
Closed
Open
Issue created Apr 08, 2014 by Administrator@rootContributor

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)

Assignee
Assign to
Time tracking