Skip to content

Instantly share code, notes, and snippets.

@cyberjso
Forked from diegopacheco/cqlsh-error.md
Created January 23, 2018 17:22
Show Gist options
  • Save cyberjso/a786ea4894db66116c7fe460561a996a to your computer and use it in GitHub Desktop.
Save cyberjso/a786ea4894db66116c7fe460561a996a to your computer and use it in GitHub Desktop.
cqlsh TypeError('ref() does not take keyword arguments',)
sudo pip install cqlsh==4.1.1
export CQLSH_NO_BUNDLED=TRUE
cqlsh $(hostname -i)
@cyberjso
Copy link
Author

IF you have this issue:

AttributeError: 'TFramedTransport' object has no attribute 'trans'
You need this:

sudo pip install thrift==0.9.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment