From gfledev at laposte.net Wed May 24 10:24:11 2017 From: gfledev at laposte.net (gfledev at laposte.net) Date: Wed, 24 May 2017 16:24:11 +0200 (CEST) Subject: [Python-porting] Error during installation of future module In-Reply-To: <1850636872.1152911.1495635632299.JavaMail.zimbra@laposte.net> Message-ID: <1763153903.1158905.1495635851059.JavaMail.zimbra@laposte.net> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From brett at python.org Fri May 26 15:10:34 2017 From: brett at python.org (Brett Cannon) Date: Fri, 26 May 2017 19:10:34 +0000 Subject: [Python-porting] Error during installation of future module In-Reply-To: <1763153903.1158905.1495635851059.JavaMail.zimbra@laposte.net> References: <1850636872.1152911.1495635632299.JavaMail.zimbra@laposte.net> <1763153903.1158905.1495635851059.JavaMail.zimbra@laposte.net> Message-ID: 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: From brett at python.org Mon May 29 21:01:41 2017 From: brett at python.org (Brett Cannon) Date: Tue, 30 May 2017 01:01:41 +0000 Subject: [Python-porting] Error during installation of future module In-Reply-To: <702344743.603904.1496054054430.JavaMail.zimbra@laposte.net> References: <1850636872.1152911.1495635632299.JavaMail.zimbra@laposte.net> <1763153903.1158905.1495635851059.JavaMail.zimbra@laposte.net> <702344743.603904.1496054054430.JavaMail.zimbra@laposte.net> Message-ID: [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 , 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" > *?: *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: