Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Install issues – csvkit version #14

@jmuyskens

Description

@jmuyskens

The latest version of csvkit introduces breaking changes to the python API. When attempting to run clerk I got a traceback and cement.core.exc.FrameworkError: No module named py2. See here for the offending import statement. To get it to work, I installed an older version of csvkit by running pip install -I csvkit==0.9.1.

In addition, the suggested command to install from the GitHub repo did not work for me. I got an error message git@github.com:newsdev/nyt-clerk.git#egg=clerk should either be a path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+. I used pip install git+https://github.com/newsdev/nyt-clerk.git instead, which worked fine except for the above problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions