You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We tried to put it as bold as we could! It's even got a big red exclamation mark! 🤣
On a serious note, we can probably move the warning into setup.py so that it's shown when attempting to install Pwntools rather than after it's installed (which, in hindsight, seems obvious).
Marked "help wanted" in case any new-to-Pwntools developers want to submit a fix.
How I wasted 2h of my life:
I started tutorial by going to the page: https://github.com/Gallopsled/pwntools-tutorial/blob/master/installing.md
I had a VM with 32-bit Ubuntu 16 LTS, I used it to solve challenges from OverTheWire (they are mostly 32 bit).
I started with:
and it failed, looks like I need some other libraries, ok no problem:
But then pip cannot install cryptography module, it was failing with strange compile time errors.
OK probably old OpenSSL version (and BTW installing Python packages is getting more terrible than compiling C code). I compiled a new version from the sources: https://cloudwafer.com/blog/installing-openssl-on-ubuntu-16-04-18-04/ Yay!
Finally managed to compile the rest:
And of course one more thing was missing:
And what I get for all this effort:
So please, please add a big huge bolded text saying that 32-bits are not supported....
The text was updated successfully, but these errors were encountered: