InstaPy not working help pls
- 主要语言
- Python
- 星标
- 18.2k
- 派生
- 3.9k
- PR 合并指标
- 30 天内没有已合并 PR
描述
Traceback (most recent call last):
File "D:\PersonalStudy\Automation\HopefullyAdvancedInstaBot\bot.py", line 1, in
from instapy import InstaPy
File "C:\Users\xynpy\AppData\Local\Programs\Python\Python311\Lib\site-packages\instapy\__init__.py", line 6, in
from .instapy import InstaPy
File "C:\Users\xynpy\AppData\Local\Programs\Python\Python311\Lib\site-packages\instapy\instapy.py", line 35, in
from .clarifai_util import check_image
File "C:\Users\xynpy\AppData\Local\Programs\Python\Python311\Lib\site-packages\instapy\clarifai_util.py", line 3, in
from clarifai.rest import ClarifaiApp, Workflow
ModuleNotFoundError: No module named 'clarifai.rest'
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start by reproducing the import failure from bot.py and inspect instapy/clarifai_util.py, where the missing clarifai.rest import occurs. Check the project's dependency information and the installed Clarifai package version. Done means InstaPy imports successfully without ModuleNotFoundError and the relevant dependency setup is documented or corrected.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100