Skip to content
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

Open
caxmd opened this issue Dec 16, 2023 · 6 comments
Open

Error #5

caxmd opened this issue Dec 16, 2023 · 6 comments

Comments

@caxmd
Copy link

caxmd commented Dec 16, 2023

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

@RandstormBTC
Copy link
Owner

RandstormBTC commented Dec 16, 2023

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

@turalyf
Copy link

turalyf commented Dec 18, 2023

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

If you have python 3 and higher, then hashlib is installed initially. just remove from requirements hashlib

@wetdro
Copy link

wetdro commented Dec 19, 2023

chatGPT is the best debugger

@wetdro
Copy link

wetdro commented Dec 19, 2023

she writes for shit but def can debug pretty well

@maxlab669
Copy link

maxlab669 commented Dec 20, 2023

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.

@RandstormBTC
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants