On Wed, 14 Aug 2019 at 20:48, Michael <[email protected]> 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   |   [email protected]   |   Brisbane, Australia
--
Distutils-SIG mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/distutils-sig.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/5IFE6QROKVQZQAFARFEOYA4QVDX6JALN/

Reply via email to