Never mind Seems like a machine issue.
On Thu, Aug 22, 2019 at 12:58 PM Robert Whitcher
wrote:
> So 7.1.1 fixed my issue with string size *BUT* pip install pycrypto does
> not work...
>
> I get the following --- any thoughs?
>
> └─ $ pip install pycrypto
> Collecting pycrypto
> Cache entry
So 7.1.1 fixed my issue with string size *BUT* pip install pycrypto does
not work...
I get the following --- any thoughs?
└─ $ pip install pycrypto
Collecting pycrypto
Cache entry deserialization failed, entry ignored
Cache entry deserialization failed, entry ignored
Downloading
https://fil
Hi Rob,
I only looked briefly at your example so far but it seems to be dominated by
one big string. Therefore you should definitely try PyPy 7.1. since that
improves the size of strings dramatically.
Cheers,
Carl Friedrich
On August 22, 2019 1:34:11 PM GMT+02:00, Robert Whitcher
wrote:
>S
Shared test file with Carl (to avoid posting to everyones inbox).
PyPy version is currently 6.0 (I don't have ability to affect a change here
unless I can prove something)
On Thu, Aug 22, 2019 at 1:00 AM Carl Friedrich Bolz-Tereick
wrote:
> Hi Rob,
>
> Which version of PyPy are you running this