ERROR: Failed building wheel for multidict Failed to build multidict ERROR: Could not build wheels for multidict, which is required to install pyproject.toml-based projects
pip install discord.py pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + pip install discord.py + ~~~ + CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
WARNING: You are using pip version 21.2.4; however, version 22.2.1 is available. You should consider upgrading via the 'C:\Users\victo\AppData\Local\Programs\Python\Python39\python.exe -m pip install --upgrade pip' command. What is this 求解
不好意思,我遇到了一些狀況。在安裝完 python、vscode、discord.py 後,如果我直接用 python 的 idle 去打程式,就不會有問題。但是在 vscode 裡面打一樣的程式,他會跳錯說沒有 discord 這個 module 。
請問這個問題要怎麼解決?
類似的問題還有在 vscode 的終端機裡面開 powershell ,沒辦法用 pip ,但是直接開 cmd 就可以。
(我確定我有把 python 加到環境變數)
ERROR: Failed building wheel for multidict
Failed to build multidict
ERROR: Could not build wheels for multidict, which is required to install pyproject.toml-based projects
pip install discord.py
pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ pip install discord.py
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
你 python 沒有在系統環境變數裡 , 請將Python加到系統環境變數裡
@@Proladon ok
@@Proladon 怎麼加入
@@AXiangYT 打開安裝檔,左下角 Add to PATH
要怎麼升級PIP
WARNING: You are using pip version 21.2.4; however, version 22.2.1 is available.
You should consider upgrading via the 'C:\Users\victo\AppData\Local\Programs\Python\Python39\python.exe -m pip install --upgrade pip' command.
What is this
求解
請自行 google 翻譯
看來這部影片mac用戶沒辦法參考了(?
Mac 用戶路過~
想請問大大 你們的discord是程式同好的群嗎?
pip : 無法辨識 'pip' 詞彙是否為 Cmdlet、函數、指令檔或可執行程式的名稱。請檢查名稱拼字是否正確,如果包含路徑的話,請確認路徑是否正確,然後再試一次。
位於 線路:1 字元:1
+ pip list
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
怎樣處理
看起來你Python沒有在系統環境變數裡,你安裝Python的時候沒有勾選加到環境變數這個選項吧?
@@Proladon 我都不知道阿,我在學習當中
@@Proladon 我找到的教學都會有錯誤
@@Proladon 發生例外狀況: TypeError
__new__() got an unexpected keyword argument 'deny_new'
File "C:\Users\KateMinG\Desktop\BOT\BOT\Main.py", line 24, in
@@tom6e01 在python 的安裝驅動程式 有一個叫做add python to environmental variables 的東西記得要啟用 如果已經安裝了 可以去下載那里 找modify 重新按一次那個選項
之後重啟vs code應該就可以了 我試過就是這樣
一開始下載的python到那個編輯程式裡他又叫我去下載,然後就丟一個網址而已,然後要幹嘛
不懂 ._.
這裡可以傳截圖嗎
還是可以DC你
@@iiichi 可
大大你好
我的機器人到 online都沒有問題
但是到成員加入或退出通知的時候 機器人不會照指令在視窗顯示訊息 甚至不會在頻道發訊息
請問能否提供協助
你的VScode那邊有沒有錯誤訊息?
@@tita8096 沒有
@@tita8096 現在加入會有訊息通知
但是退出仍然無聲無息
你試著在退出的那個函式裡面加一個print,看看退出的時候有沒有正式觸發那個函式,如果沒有那就是應該函式的參數、名字等有問題,有print出東西的話就是你的函式內容(例如send、channel)有問題
@@tita8096 好的我再試試 感恩
請問在discord創建的應用程式有辦法刪除嗎
創建完的畫面拉到最底下右下角有Delete App
我不能下载github因为我的版本不一样,你还有没有别的介绍
想問proladon你的瀏覽器是用什麼程式
Vivaldi
is these guide to libereus bot?
No. It's about how to create a discord bot with python...
Yeah! Maybe you should search [libereus bot github] in google.
That would be good.
為甚麼他說我安裝的pip是舊版的要怎麼更新?
他說你是舊版的那串訊息上不是就有提供給你如何更新的指令了嗎
@@Proladon 他説語法錯誤
pip install pip?
@@Inubushi777 pip upgrade
輸入pip的power shell終端機要怎麼開起來阿(汗
我看了好多遍了...包欠有點篇笨
不用麻煩了,有dc群的人說是py版本問題,順利解決了
它寫"pip"不是內部指令怎麼辦
這基本上就是你Python沒加到系統環境變數中
@@Proladon 那我們應該怎麼辦?
因為新版本的我們不太會設定在系統環境添加的項目選項
mac怎麼辦?
終端機打這串可以嗎?
python3 -m pip install -U discord.py[voice]
程式語言沒有作業系統之分
指令理論上都是一樣的
做得不好
那你教教我吧