Issues with a python script and bcrypt
Hi, I'm trying to host a script on my phone which uses bcrypt, the issue is I can't seem to get it working.
I've tried installing rust and then building bcrypt but that doesn't work because it doesn't seem to detect it
And i've tried using pkg to install python-bcrypt but then when running the python script the python script can't find it (gives me an error on the import bcrypt line)
8 Replies
*to specify pip install bcrypt says that it can't find the rust compiler
send like the actual error
Please show the full error. Without it, we cannot know for certain what the issue is.
Also, did you install rust already?
yeah
with
just realized i should've tried rustup
ama go try to use rustup
oh
right
no android build
there is already a prebuilt python-bcrypt package. https://github.com/termux/termux-packages/tree/master/packages/python-bcrypt
Oh