Michael Felt <aixto...@felt.demon.nl> added the comment:

>From memory I do not believe this is still a problem, at least on Python3.

There was recently a different issue (do not recall the #) where there was an 
issue with CXX regardless of compiler.

In any case, the apporach I would recommend would be to export the environment 
variable OBJECT_MODE=64.

The only issue I have run into is when pip modules require a C compiler and 
there is a size mis-match (unset OBJECT_MODE is assumed to be 32. exporting 
OBJECT_MODE=64 and then running the pip command again ends successfully (or at 
least goes farther).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue10514>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to