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)
1 Reply
*to specify pip install bcrypt says that it can't find the rust compiler