-
Notifications
You must be signed in to change notification settings - Fork 1
ModuleNotFoundError: No module named 'Crypto' #1
Copy link
Copy link
Open
Description
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'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels