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

Docker scripts for setting up YB cluster not working with python 3.6.3. #281

Open
ayushsengupta1991 opened this issue May 9, 2018 · 1 comment
Assignees
Labels
kind/enhancement This is an enhancement of an existing feature

Comments

@ayushsengupta1991
Copy link
Contributor

ayushsengupta1991 commented May 9, 2018

Most of our code is written for Python2. This causes Python 2/3 compatibility issues because a bunch of users have their environment variables defaulted to use Python 3. This issue hopes to resolve the problem. Planning to proceed in two stages:

  1. First check in a quick fix where we can change the scripts where we can control the environment variables to use Python 3.

  2. At a later stage, make changes to the code in these scripts to make it Python 2/3 compatible.

@rkarthik007 rkarthik007 added the kind/enhancement This is an enhancement of an existing feature label May 9, 2018
@rkarthik007 rkarthik007 added this to To Do in Deployment & Orchestration via automation May 9, 2018
@ayushsengupta1991
Copy link
Contributor Author

Closed part 1!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement This is an enhancement of an existing feature
Projects
Development

No branches or pull requests

2 participants