michaelsembwever commented on pull request #50: URL: https://github.com/apache/cassandra-builds/pull/50#issuecomment-860561923
Working on: before 4.0 the cqlshlib builds are hardcoded to python2 https://github.com/apache/cassandra/blob/cassandra-3.11/pylib/cassandra-cqlsh-tests.sh#L60 but the docker image doesn't have that… ``` 11:53:45 + virtualenv --python=python2 --no-site-packages venv 11:53:45 RuntimeError: failed to find interpreter for Builtin discover of python_spec='python2' ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

