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

error: invalid command 'bdist_wheel' #91

Closed
kyleburke opened this issue Nov 19, 2015 · 4 comments
Closed

error: invalid command 'bdist_wheel' #91

kyleburke opened this issue Nov 19, 2015 · 4 comments

Comments

@kyleburke
Copy link

When I try to perform a "make dist-online" or "make dist" I get an "invalid command bdist_wheel" error. Below is my environment information. Any ideas how to get around the issue?

LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
NAME="Amazon Linux AMI"
VERSION="2015.03"
ID="amzn"
ID_LIKE="rhel fedora"
VERSION_ID="2015.03"
PRETTY_NAME="Amazon Linux AMI 2015.03"
ANSI_COLOR="0;33"
CPE_NAME="cpe:/o:amazon:linux:2015.03:ga"
HOME_URL="http://aws.amazon.com/amazon-linux-ami/"
Amazon Linux AMI release 2015.03

@petroav
Copy link
Contributor

petroav commented Nov 19, 2015

You probably don't have wheel installed. To install it you can run pip install wheel. In the presto-admin repo there's a requirements.txt file that has all the various requirements needed to build/develop presto-admin. To install all the requirements you can run pip install -r requirements.txt. I recommend you do that in a virtualenv so as not to pollute your global python packages. Let us know if you're still having trouble.

@mattsfuller
Copy link

@kyleburke did you get this working?

@kyleburke
Copy link
Author

Yes, the install wheel fixed my issue.

@mattsfuller
Copy link

Great!

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

No branches or pull requests

3 participants