Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cqlsh window disappears in Python3 (Windows) #478

Open
kishkaru opened this issue Mar 22, 2016 · 2 comments
Open

Cqlsh window disappears in Python3 (Windows) #478

kishkaru opened this issue Mar 22, 2016 · 2 comments

Comments

@kishkaru
Copy link
Contributor

The cqlsh window pops up for an instant, and then disappears. Seems to only affect Python3 in Windows.

@dins2k2
Copy link

dins2k2 commented Mar 23, 2016

Kishan, Even I had this issue. Check whether you have set the Authenticator as PasswordAuthenticator in cassandra.yaml. If so, you have to provide username and password in the cqlsh options.

$ ccm node1 cqlsh -u username -p password

Thanks,
Dinesh

@dins2k2
Copy link

dins2k2 commented Apr 10, 2016

@kishkaru, Appologies, Above solution is for Py2.

I'm able to reproduce it.

cqlsh disappears on Py3.4.4 but working with Py2.7

C* version : 2.1.5, 3.0.3, 3.4 (tried three C* versions)
CCM on Windows 10

Thanks,
Dinesh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants