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

Old appscale_tools namespace login in agents setup.py #16

Open
scragraham opened this issue Sep 5, 2019 · 0 comments · May be fixed by #22
Open

Old appscale_tools namespace login in agents setup.py #16

scragraham opened this issue Sep 5, 2019 · 0 comments · May be fixed by #22

Comments

@scragraham
Copy link
Contributor

At the top of the setup.py script there is some legacy code related to appscale_tools. I don't believe this will cause any issues, but we should clean up the code and remove this block.

# Require users to uninstall versions that used the appscale namespace.
try:
  import appscale.appscale_tools
  print('Please run "pip uninstall appscale-tools" first.\n'
        "Your installed version conflicts with this version's namespace.")
  sys.exit()
except ImportError:
  pass
@sjones4 sjones4 linked a pull request Sep 25, 2019 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant