-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error #5
Comments
I have never seen such an error. "hashlib" is a built-in module in Python, and it doesn't need to be installed separately. Try: pip install --upgrade pip |
If you have python 3 and higher, then hashlib is installed initially. just remove from requirements hashlib |
chatGPT is the best debugger |
she writes for shit but def can debug pretty well |
I also encountered this. Removing time, multiprocess, hashlib, etc.... pythons built in modules from the requirements.txt appears to work as well. Just delete them. However, using poetry to manage dependencies put up no fight, it installed every dependency and when terminating the script it seems to do so "cleaner" I suppose. Side note, chatGPT is great, but search for deepseek coder. It's GOOD, has less strict alignment so it's not a crybaby about private key stuff, it's just got shit for memory. But it's GOOD. Great little script BTW. Would live to see this flesh out a bit more. |
Thanks. I will take a look at deepseek and ask it for some tips on how to improve this project. |
ERROR: Ignored the following yanked versions: 20081119
ERROR: Could not find a version that satisfies the requirement hashlib (from versions: none)
ERROR: No matching distribution found for hashlib
The text was updated successfully, but these errors were encountered: