Re: [Distutils] PEP for dependencies on libraries like BLAS

2015-08-17 Thread Reinout van Rees
Donald Stufft schreef op 17-08-15 om 16:15: pip already accepts things installs by not pip as long as they have standard Python metadata installed too, which most Linux distributions do. Virtual environments of course isolate you from the system so it isolates you from that too, but that can b

Re: [Distutils] Problem Report

2015-08-17 Thread Paul Moore
On 17 August 2015 at 18:12, Erik Bray wrote: > On Thu, Aug 13, 2015 at 4:42 AM, 俞博文 wrote: >> Dear Maintainers: >> >> This problem occurred when >> 1. Windows platform >> 2. Python is installed on non-Latin path (for example: path contains Chinese >> character). >> 3. try to "pip install theano"

Re: [Distutils] Problem Report

2015-08-17 Thread Erik Bray
On Thu, Aug 13, 2015 at 4:42 AM, 俞博文 wrote: > Dear Maintainers: > > This problem occurred when > 1. Windows platform > 2. Python is installed on non-Latin path (for example: path contains Chinese > character). > 3. try to "pip install theano" > > And I found the problem is in distutils.command.bui

Re: [Distutils] PEP for dependencies on libraries like BLAS

2015-08-17 Thread Donald Stufft
On August 17, 2015 at 10:08:03 AM, Reinout van Rees (rein...@vanrees.org) wrote: > Nathaniel Smith schreef op 13-08-15 om 08:08: > > On Wed, Aug 12, 2015 at 8:10 PM, Robert Collins > > wrote: > >> On 13 August 2015 at 12:51, Nathaniel Smith wrote: > >>> On Aug 12, 2015 16:49, "Robert Collins" wro

Re: [Distutils] PEP for dependencies on libraries like BLAS

2015-08-17 Thread Reinout van Rees
Nathaniel Smith schreef op 13-08-15 om 08:08: On Wed, Aug 12, 2015 at 8:10 PM, Robert Collins wrote: On 13 August 2015 at 12:51, Nathaniel Smith wrote: On Aug 12, 2015 16:49, "Robert Collins" wrote: This doesn't help if you want to declare dependencies on external, system managed libraries