Quick update. I created a new CentOS 6 machine (previous test was CentOS 7). Same error. Here is how I installed / configured Python after using a standard CentOS image on AWS:
yum -y install scl-utils rpm -Uvh https://www.softwarecollections.org/en/scls/rhscl/python33/epel-6-x86_64/download/rhscl-python33-epel-6-x86_64.noarch.rpm yum -y install python33 scl enable python33 bash easy_install pip pip install requests pip install pyinstaller Maybe something is non-standard in the Python version in SCL? Not sure how to proceed Ofir On Monday, November 16, 2015 at 11:49:05 AM UTC+2, [email protected] wrote: > > > I did in a fresh virtual-env and it worked. >> >> That is quite unfortunate :( > Can you share your environment details with me? Maybe it will work for me > as well (O/S, Python). > I do have a pretty clean install (though I haven't used virtual-env). > Thanks, > Ofir > > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
