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

Trouble following packaging libraries tutorial #192

Closed
ghost opened this issue Aug 19, 2018 · 6 comments
Closed

Trouble following packaging libraries tutorial #192

ghost opened this issue Aug 19, 2018 · 6 comments

Comments

@ghost
Copy link

ghost commented Aug 19, 2018

Thank you for providing feedback on Python packaging!

To help us help you, please fill out as much of the following as you can. If a question is not relevant, feel free to skip it.

  1. What is your operating system and version?

OSX 10.13.6

  1. What is your Python version?

3.7

  1. What version of pip do you have?

10.0

  1. Could you describe your issue in as much detail as possible?

command python setup.py sdist bdist_wheel rejects bdist_wheel:

  error: invalid command 'bdist_wheel'
@benoit-pierre
Copy link
Member

You need to have the wheel package installed for the bdist_wheel command to be available.

@ghost
Copy link
Author

ghost commented Aug 19, 2018

I was sure that I had installed wheel - but I was wrong. Merci, benoit-pierre

@pradyunsg
Copy link
Member

@rtindell Feel free to close this issue if your concern is resolved. :)

@Colaplusice
Copy link

i have the same problem. and i install the wheel package.
My python version is 3.7
pip version is 18.1

@benoit-pierre
Copy link
Member

And you are using setuptools and not distutils?

@Colaplusice
Copy link

And you are using setuptools and not distutils?

i used distutils first...thank you very much

@layday layday closed this as completed Mar 11, 2021
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

4 participants