You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
astra db cqlsh <db-name> fails due to an error. Astra CLI can't run cqlsh.
To Reproduce
run: astra db cqlsh <db-name>
Expected behavior
It's expected that this command successfully launches cqlsh connected to
Screenshots
n/a
Desktop (please complete the following information):
OS: MacOS w/zsh,
python 3.11.3
Additional context
full output:
[INFO] Cqlsh is starting, please wait for connection establishment... Traceback (most recent call last): File "/Users/mattkennedy/.astra/cqlsh-astra/bin/dsecqlsh.py", line 95, in <module> import cqlsh # nopep8 ^^^^^^^^^^^^ File "/Users/mattkennedy/.astra/cqlsh-astra/bin/cqlsh.py", line 185, in <module> from cqlshlib import cql3handling, pylexotron, sslhandling, cqlshhandling File "/Users/mattkennedy/.astra/cqlsh-astra/bin/../pylib/cqlshlib/cql3handling.py", line 19, in <module> from cqlshlib.cqlhandling import CqlParsingRuleSet, Hint File "/Users/mattkennedy/.astra/cqlsh-astra/bin/../pylib/cqlshlib/cqlhandling.py", line 23, in <module> from cqlshlib import pylexotron, util File "/Users/mattkennedy/.astra/cqlsh-astra/bin/../pylib/cqlshlib/pylexotron.py", line 342, in <module> class ParsingRuleSet: File "/Users/mattkennedy/.astra/cqlsh-astra/bin/../pylib/cqlshlib/pylexotron.py", line 343, in ParsingRuleSet RuleSpecScanner = SaferScanner([ ^^^^^^^^^^^^^^ File "/Users/mattkennedy/.astra/cqlsh-astra/bin/../pylib/cqlshlib/saferscanner.py", line 91, in __init__ s = re.sre_parse.State() ^^^^^^^^^^^^ AttributeError: module 're' has no attribute 'sre_parse'
The text was updated successfully, but these errors were encountered:
Describe the bug
astra db cqlsh <db-name>
fails due to an error. Astra CLI can't run cqlsh.To Reproduce
run:
astra db cqlsh <db-name>
Expected behavior
It's expected that this command successfully launches cqlsh connected to
Screenshots
n/a
Desktop (please complete the following information):
Additional context
full output:
[INFO] Cqlsh is starting, please wait for connection establishment... Traceback (most recent call last): File "/Users/mattkennedy/.astra/cqlsh-astra/bin/dsecqlsh.py", line 95, in <module> import cqlsh # nopep8 ^^^^^^^^^^^^ File "/Users/mattkennedy/.astra/cqlsh-astra/bin/cqlsh.py", line 185, in <module> from cqlshlib import cql3handling, pylexotron, sslhandling, cqlshhandling File "/Users/mattkennedy/.astra/cqlsh-astra/bin/../pylib/cqlshlib/cql3handling.py", line 19, in <module> from cqlshlib.cqlhandling import CqlParsingRuleSet, Hint File "/Users/mattkennedy/.astra/cqlsh-astra/bin/../pylib/cqlshlib/cqlhandling.py", line 23, in <module> from cqlshlib import pylexotron, util File "/Users/mattkennedy/.astra/cqlsh-astra/bin/../pylib/cqlshlib/pylexotron.py", line 342, in <module> class ParsingRuleSet: File "/Users/mattkennedy/.astra/cqlsh-astra/bin/../pylib/cqlshlib/pylexotron.py", line 343, in ParsingRuleSet RuleSpecScanner = SaferScanner([ ^^^^^^^^^^^^^^ File "/Users/mattkennedy/.astra/cqlsh-astra/bin/../pylib/cqlshlib/saferscanner.py", line 91, in __init__ s = re.sre_parse.State() ^^^^^^^^^^^^ AttributeError: module 're' has no attribute 'sre_parse'
The text was updated successfully, but these errors were encountered: