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

pycryptodome 安装好了以后,还是报错,大佬应该怎么解决。 #7

Closed
shinegod opened this issue Oct 7, 2023 · 0 comments

Comments

@shinegod
Copy link

shinegod commented Oct 7, 2023

python -m pip install --proxy http://127.0.0.1:7890 pycryptodome --user
Collecting pycryptodome
Using cached pycryptodome-3.19.0-cp35-abi3-win_amd64.whl (1.7 MB)
Installing collected packages: pycryptodome
Successfully installed pycryptodome-3.19.0

[notice] A new release of pip is available: 23.0.1 -> 23.2.1
[notice] To update, run: python.exe -m pip install --upgrade pip

python.exe get_wx_decrypted_db.py --key
Traceback (most recent call last):
File "get_wx_decrypted_db.py", line 17, in
from decrypt import decrypt
File "decrypted\decrypt.py", line 6, in
from Cryptodome.Cipher import AES
ModuleNotFoundError: No module named 'Cryptodome'
环境是win10 python 版本3.7.3

@shinegod shinegod closed this as completed Oct 7, 2023
@shinegod shinegod closed this as not planned Won't fix, can't repro, duplicate, stale Oct 7, 2023
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

1 participant