• 15-03-2023, 23:36:52
    #1
    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
  • 15-03-2023, 23:39:52
    #2
    pip install discord-py-slash-command

    bunu yukle yaz
  • 15-03-2023, 23:40:13
    #3
    cmd : pip install discord-py-slash-command
  • 15-03-2023, 23:40:32
    #4
    DiZiNi adlı üyeden alıntı: mesajı görüntüle
    pip install discord-py-slash-command

    bunu yukle yaz
    hocam zaten yüklü gerekli paketleri yükledim
  • 15-03-2023, 23:40:54
    #5
    oguzhanss adlı üyeden alıntı: mesajı görüntüle
    cmd : pip install discord-py-slash-command
    hala devam ediyor hata
  • 15-03-2023, 23:41:49
    #6
    aynı hatayı veriyorsa o modülü yükleyemiyor dostum
  • 15-03-2023, 23:43:34
    #7
    DiZiNi adlı üyeden alıntı: mesajı görüntüle
    aynı hatayı veriyorsa o modülü yükleyemiyor dostum
    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
  • 15-03-2023, 23:46:25
    #8
    python3.8 bot.py



    bunu yaz
  • 15-03-2023, 23:50:10
    #9
    Muhtemelen çalıştığınız ortam ile modülü indirdiğiniz ortam farklı. Bu durum farklı python sürümleri kullanıyor olmanızdan da kaynaklanıyor olabilir. İki durumda da birine indirirken diğerinde çalıştırıyor olabilirsiniz.