[Python-porting] Error during installation of future module
Brett Cannon
brett at python.org
Mon May 29 21:01:41 EDT 2017
[adding back porting-sig]
My guess is you're hitting g the MAX_PATH limit on Windows. If you're
running Windows 10 then upgrade to Python 3.6, otherwise just copy the
files manually.
On Mon, May 29, 2017, 03:40 , <gfledev at laposte.net> wrote:
> Hello,
>
> Thanks for your answer.
> Here is mine now.
>
> After unzipping and untaring the source file, I go in the directory
> future-0.16.0, and I simply do :
>
> C:\Python35\python.exe setup.py install
>
>
>
>
> ------------------------------
> *De: *"Brett Cannon" <brett at python.org>
> *À: *gfledev at laposte.net, python-porting at python.org
> *Envoyé: *Vendredi 26 Mai 2017 21:10:34
> *Objet: *Re: [Python-porting] Error during installation of future module
>
>
> Without seeing the exact command you used to execute the install we can't
> help. We should also encourage the future project to provide a wheel file
> as that would make installation easier.
>
> On Fri, 26 May 2017 at 06:22 gfledev--- via Python-porting <
> python-porting at python.org> wrote:
>
>>
>>
>> Hello,
>>
>>
>> I have a problem when I try to install the future module on my computer.
>> Maybe you can help me.
>>
>>
>> My configuration :
>>
>> Windows 7 64 bits, Python 3.5.3 64 bits
>>
>>
>> My problem :
>>
>> I am trying to install future-0.16.0.tar.gz via the setup file (can't use
>> pip because I am not connected to the Internet), and I get this error :
>>
>>
>> *...*
>>
>> *byte-compiling
>> build\bdist.win-amd64\egg\libfuturize\fixes\fix_add__future__imports_except_unicode_literals.py
>> to fix_add__future__imports_except_unicode_literals.cpython-35.pyc*
>>
>> *error: [Errno 2] No such file or directory:
>> 'build\bdist.win-amd64\egg\libfuturize\fixes\__pycache__\fix_add__future__imports_except_unicode_literals.cpython-35.pyc.69344256'*
>>
>>
>> Just to check, I have tried to install the future module with Python
>> 3.5.3 32 bits and have encountered any problem at all.
>>
>>
>> Does someone have an idea of where this comes from?
>>
>>
>> Thanks a lot.
>>
>>
>>
>> PS : I have opened a subject on StackOverflow :
>> https://stackoverflow.com/questions/44160158/python-error-during-installation-of-future-module
>>
>>
>>
>>
>>
>> _______________________________________________
>> Python-porting mailing list
>> Python-porting at python.org
>> https://mail.python.org/mailman/listinfo/python-porting
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-porting/attachments/20170530/08d63851/attachment.html>
More information about the Python-porting
mailing list