moyada / stealer

抖音、快手、火山、皮皮虾,视频去水印程序
MIT License
973 stars 274 forks source link

跑./run.sh時錯誤訊息顯示沒有import django,但我有install #117

Open jerrylin0829 opened 6 months ago

jerrylin0829 commented 6 months ago

螢幕擷取畫面 2024-03-14 092639

不知道是不是這個原因導致我bilibili沒有一個網址丟上去是能下載的

jerrylin0829 commented 6 months ago

ModuleNotFoundError: No module named 'corsheaders'

現在問題變成這個,確定是有安裝 django-cors-headers 4.3.1

我python版本是3.11.8

moyada commented 5 months ago

你是什么安装方式,直接源码的话可以使用 pip install -r requirements.txt 把依赖都安装了

jerrylin0829 commented 5 months ago

我是直接使用你說的方法 django有下載到卻無法用

On Tue, Mar 19, 2024 at 5:10 PM Xue.Yikang @.***> wrote:

你是什么安装方式,直接源码的话可以使用 pip install -r requirements.txt 把依赖都安装了

— Reply to this email directly, view it on GitHub https://github.com/moyada/stealer/issues/117#issuecomment-2006425465, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATCVMVARBLFP33BSV7XO6KLYY76ILAVCNFSM6AAAAABEVGGGJCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBWGQZDKNBWGU . You are receiving this because you authored the thread.Message ID: @.***>

moyada commented 5 months ago

image 我在windows上用conda创建了一个你这个版本的环境,没有发现问题,你看下pip list的依赖有问题吗?