python3 bot.py
Traceback (most recent call last):
File "bot.py", line 4, in <module>
from discord_slash import SlashCommand
ModuleNotFoundError: No module named 'discord_slash'gerekli paketleri 10 kere yükledim ama sorun çözülmüyor
Bu Python hatası nasıl çözülür.
12
●252
- 15-03-2023, 23:40:32hocam zaten yüklüDiZiNi adlı üyeden alıntı: mesajı görüntüle
gerekli paketleri yükledim
- 15-03-2023, 23:40:54hala devam ediyor hataoguzhanss adlı üyeden alıntı: mesajı görüntüle
- 15-03-2023, 23:43:34DiZiNi adlı üyeden alıntı: mesajı görüntüle
Requirement already satisfied: discord-py-slash-command in /usr/local/lib/python3.8/dist-packages (4.2.1) Requirement already satisfied: aiohttp>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from discord-py-slash-command) (3.8.4) Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.8/dist-packages (from aiohttp>=3.8.1->discord-py-slash-command) (1.8.2) Requirement already satisfied: charset-normalizer<4.0,>=2.0 in /usr/local/lib/python3.8/dist-packages (from aiohttp>=3.8.1->discord-py-slash-command) (3.1.0) Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.8/dist-packages (from aiohttp>=3.8.1->discord-py-slash-command) (22.2.0) Requirement already satisfied: frozenlist>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from aiohttp>=3.8.1->discord-py-slash-command) (1.3.3) Requirement already satisfied: multidict<7.0,>=4.5 in /usr/local/lib/python3.8/dist-packages (from aiohttp>=3.8.1->discord-py-slash-command) (6.0.4) Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /usr/local/lib/python3.8/dist-packages (from aiohttp>=3.8.1->discord-py-slash-command) (4.0.2) Requirement already satisfied: aiosignal>=1.1.2 in /usr/local/lib/python3.8/dist-packages (from aiohttp>=3.8.1->discord-py-slash-command) (1.3.1) Requirement already satisfied: idna>=2.0 in /usr/lib/python3/dist-packages (from yarl<2.0,>=1.0->aiohttp>=3.8.1->discord-py-slash-command) (2.8)
Bu cevabı alıyorum
gerekli paketleri yükledim