Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created November 7, 2016 16:15
Show Gist options
  • Save diegopacheco/77d2f2987a0a5a9f97f8f04668f4d052 to your computer and use it in GitHub Desktop.
Save diegopacheco/77d2f2987a0a5a9f97f8f04668f4d052 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)
@diegopacheco
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