[Python-porting] Error during installation of future module

Brett Cannon brett at python.org
Fri May 26 15:10:34 EDT 2017


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/20170526/f9420dfc/attachment.html>


More information about the Python-porting mailing list