• Godefroid Chapelle's avatar
    Problem: running with different pythons fails C extensions · 479ee913
    Godefroid Chapelle authored
    This happens when installing packages with C extensions that do not have
    the proper binary wheel available.
    
    Solution: append platform to the name of egg directories
    to work around a bug in pkg_resources that fails to parse
    python version if platform is missing
    479ee913
testing.py 21.2 KB