[Distutils] Re: Fwd: Re: Use of "python" shebang an installation error?

2020-07-21 Thread Filipe Laíns
rg/archives/list/distutils-sig@python.org/message/EPFOIYHVK62GYUWUVFMFGYFHZZDOHVRW/ Is it being installed as an egg or wheel? Can you check what happens when you pass --use-pep517 to the pip install command (to force installing as a wheel)? Filipe Laíns signature.asc Description: This is a digita

[Distutils] Re: Fwd: Re: Use of "python" shebang an installation error?

2020-07-22 Thread Filipe Laíns
On Tue, 2020-07-21 at 14:24 -0700, David Mathog wrote: > On Tue, Jul 21, 2020 at 2:03 PM Filipe Laíns > wrote: > > On Tue, 2020-07-21 at 13:51 -0700, David Mathog wrote: > > > biopython-1.77, for instance, when installed into a virtualenv > > > with > >

[Distutils] Re: PEP 541 / Transfer of https://pypi.org/project/Augur/ to my project https://github.com/chaoss/augur

2020-07-08 Thread Filipe Laíns
hives/list/distutils-sig@python.org/message/HEBSIOMJU4QDZDEK6Z6LWK4AMPMFQIES/ I believe PEP 541 requests should go to [1]. [1] https://github.com/pypa/pypi-support/ Cheers, Filipe Laíns signature.asc Description: This is a digitally signed message part -- Distutils-SIG mailing list -- distutils

[Distutils] Re: package management - common storage while keeping the versions straight

2020-06-24 Thread Filipe Laíns
ain directory. > > Does such a beast exist? If so, please point me to it! I have been meaning to do something like this for a while now! But unfortunately I can't find the time. If you do choose of start implementing it, please let me know. I would be happy to help out. Cheers, Filipe Laí

[Distutils] Re: Installation Instructions for Python?

2020-12-12 Thread Filipe Laíns
ng me towards them? >   > Thank you, >   > Brian Hello Brian, Could you clarify what does this refer to? Are you using distutils and want to know how to install a package with it? Cheers, Filipe Laíns signature.asc Description: This is a digitally signed message part -- Distutils

[Distutils] Re: Packaging optional, arch-dependent, pre-built libraries

2021-04-14 Thread Filipe Laíns
istutils-sig.python.org/ > Message archived at > https://mail.python.org/archives/list/distutils-sig@python.org/message/QGADIRT27SW7B3WXTI4X2VB5EC6EYHUE/ Can you share in more detail how find_namespace is being used? Python 2.7 does not support namespace packages, I'd say you probably don'