Skip to content

ModuleNotFoundError: No module named 'Crypto' #1

@A-ZHANG1

Description

@A-ZHANG1
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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions