You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: