On Wed, 14 Aug 2019 at 20:48, Michael <aixto...@felt.demon.nl> wrote:
>
> Starting a new thread - I think the first one has served it's purpose.
>
> I use, successfully, pip build; pip install to build and install modules
> for Python. The files "installed" by pip install (to .../site-packages)
> I repackage as installp (AIX installp manager) packages.

Does "pip wheel" work? If not, you may be missing the "wheel" project
from your environment (pip and setuptools will do their best to make
"pip install" still work even if they don't have the required
dependencies to make wheel archives).

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
--
Distutils-SIG mailing list -- distutils-sig@python.org
To unsubscribe send an email to distutils-sig-le...@python.org
https://mail.python.org/mailman3/lists/distutils-sig.python.org/
Message archived at 
https://mail.python.org/archives/list/distutils-sig@python.org/message/5IFE6QROKVQZQAFARFEOYA4QVDX6JALN/

Reply via email to