610yilingliu / missevan_download

猫耳广播剧下载工具
26 stars 4 forks source link

python-3.10.2-amd64,默认缺失“requests”库 #1

Open soulans opened 2 years ago

soulans commented 2 years ago

使用 python-3.10.2-amd64 版本的安装包安装的python,执行脚本时,会有如下提示。

Traceback (most recent call last):
  File "D:\Apps\missevan_download-master\downloader.py", line 1, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

解决方式也很简单,pip install requests 即可。但是希望作者能在主页里写一下。应该会减少一个不必要的门槛。

610yilingliu commented 2 years ago

emm我才看到,我在readme里面加一个现在的邮箱吧.这个很少用了

soulans @.***> 于2022年2月14日周一 19:11写道:

使用 python-3.10.2-amd64 版本的安装包安装的python,执行脚本时,会有如下提示。

Traceback (most recent call last):

File "D:\Apps\missevan_download-master\downloader.py", line 1, in

import requests

ModuleNotFoundError: No module named 'requests'

解决方式也很简单,pip install requests 即可。但是希望作者能在主页里写一下。应该会减少一个不必要的门槛。

— Reply to this email directly, view it on GitHub https://github.com/610yilingliu/missevan_download/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJ23PYDQ7Y6FKWDESDLXII3U3DPPXANCNFSM5OLDKOIA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>