-
Notifications
You must be signed in to change notification settings - Fork 100
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
presto-admin server install ignores python #345
Comments
Hi, you can't install rpm package in Ubuntu. |
@NickMcNutt thank you for using Unfortunately, since you're on Ubuntu you won't be able to use We currently have no plans to add support in |
Thanks for the help. I was looking at a different prerequisites page then. Does this page need updating to remove the Ubuntu reference? https://prestodb.io/presto-admin/docs/current/installation/presto-admin-installation.html |
That page is for installing |
Ah, alright. That clarifies things. Thank you for the help. |
I am trying to install Presto using presto-admin on Ubuntu 16.04. I have installed packages rpm and python-dev; however, when I run
./presto-admin server install latest
I get the following error:But Python 2.7 is installed:
So when I try
./presto-admin server install latest --nodeps
I get another error:Any idea on what's going on?
The text was updated successfully, but these errors were encountered: