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

ModuleNotFoundError: No module named 'Crypto' #1

Open
A-ZHANG1 opened this issue Jun 27, 2024 · 0 comments
Open

ModuleNotFoundError: No module named 'Crypto' #1

A-ZHANG1 opened this issue Jun 27, 2024 · 0 comments

Comments

@A-ZHANG1
Copy link

A-ZHANG1 commented Jun 27, 2024

pip install pycryptodome
pip install Crypto

python main.py
Traceback (most recent call last):
File "C:\Users\wanyuezhang\Desktop\MusicDownloader\main.py", line 6, in
from main_window import MainWindow
File "C:\Users\wanyuezhang\Desktop\MusicDownloader\main_window.py", line 7, in
from config import (NETEASE_CLOUD_MUSIC, RESOURCE_PATH, SUPPORED_WEB_SITES,
File "C:\Users\wanyuezhang\Desktop\MusicDownloader\config.py", line 5, in
from song_spider import *
File "C:\Users\wanyuezhang\Desktop\MusicDownloader\song_spider.py", line 1, in
from spider.netease import NeteaseSongSpider
File "C:\Users\wanyuezhang\Desktop\MusicDownloader\spider\netease.py", line 7, in
from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'

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