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
  • #363
Closed
Open
Issue created Nov 19, 2014 by Administrator@rootContributor

python 3.x: "'str' does not support buffer interface"

Created by: bklaas

I commented on now closed issue 346 here https://github.com/onyxfish/csvkit/issues/346#issuecomment-63516330 but this seems to be a separate issue flushed out after that fix was implemented.

I am testing csvkit against both Python 2.7 and Python 3.4 using virtualenv and a top-of-tree git clone. So far everything seems fine (and fixed wrt issue 346) in 2.7, but I can't successfully run any commands in 3.4.

Error message appears to be generating directly from the spot of the new code for 346: (csvkit)[bklaas@bklaas csvkit]$ csvcut -c variable,label,rec usa_variables.csv 'str' does not support the buffer interface

Assignee
Assign to
Time tracking