Hi,

I am benchmarking python vs pypy and tried running my code using Linux x86-64 binary (64bit, built on Ubuntu 14.04)  from the downloads section of pypy.org

I observe the following when I execute my scripts:

much slower implementation (libssl.so.1.0.0: cannot open shared object file: No such file or directory)


Can someone let me know if there is a way to get past this or if this will be fixed in an upcoming release? I am seeing the run time more than double when compared to regular python with this version.


Thanks,

Luna