Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
InstaPy Error
#1
Alright im having a problem when i start instapy. i have no experience with python so idk what im doing. somebody help. heres my error message.

Error:
starting instapy with quickstart ================================ Traceback (most recent call last): File "../quickstart.py", line 2, in <module> from instapy import InstaPy File "C:\Users\boomc\AppData\Local\Programs\Python\Python36\lib\site-packages\instapy\__init__.py", line 6, in <module> from .instapy import InstaPy File "C:\Users\boomc\AppData\Local\Programs\Python\Python36\lib\site-packages\instapy\instapy.py", line 21, in <module> from .clarifai_util import check_image File "C:\Users\boomc\AppData\Local\Programs\Python\Python36\lib\site-packages\instapy\clarifai_util.py", line 3, in <module> from clarifai.rest import ClarifaiApp File "C:\Users\boomc\AppData\Local\Programs\Python\Python36\lib\site-packages\clarifai\rest\__init__.py", line 3, in <module> from clarifai.rest.client import ApiClient File "C:\Users\boomc\AppData\Local\Programs\Python\Python36\lib\site-packages\clarifai\rest\client.py", line 23, in <module> from google.protobuf.struct_pb2 import Struct File "C:\Users\boomc\AppData\Local\Programs\Python\Python36\lib\site-packages\google\protobuf\struct_pb2.py", line 6, in <module> from google.protobuf import descriptor as _descriptor File "C:\Users\boomc\AppData\Local\Programs\Python\Python36\lib\site-packages\google\protobuf\descriptor.py", line 48, in <module> from google.protobuf.pyext import _message ImportError: DLL load failed: The specified procedure could not be found. Press any key to continue . . .

(Jun-11-2020, 10:58 PM)boomcrafty Wrote: Alright im having a problem when i start instapy. i have no experience with python so idk what im doing. somebody help. heres my error message.

Error:
starting instapy with quickstart ================================ Traceback (most recent call last): File "../quickstart.py", line 2, in <module> from instapy import InstaPy File "C:\Users\boomc\AppData\Local\Programs\Python\Python36\lib\site-packages\instapy\__init__.py", line 6, in <module> from .instapy import InstaPy File "C:\Users\boomc\AppData\Local\Programs\Python\Python36\lib\site-packages\instapy\instapy.py", line 21, in <module> from .clarifai_util import check_image File "C:\Users\boomc\AppData\Local\Programs\Python\Python36\lib\site-packages\instapy\clarifai_util.py", line 3, in <module> from clarifai.rest import ClarifaiApp File "C:\Users\boomc\AppData\Local\Programs\Python\Python36\lib\site-packages\clarifai\rest\__init__.py", line 3, in <module> from clarifai.rest.client import ApiClient File "C:\Users\boomc\AppData\Local\Programs\Python\Python36\lib\site-packages\clarifai\rest\client.py", line 23, in <module> from google.protobuf.struct_pb2 import Struct File "C:\Users\boomc\AppData\Local\Programs\Python\Python36\lib\site-packages\google\protobuf\struct_pb2.py", line 6, in <module> from google.protobuf import descriptor as _descriptor File "C:\Users\boomc\AppData\Local\Programs\Python\Python36\lib\site-packages\google\protobuf\descriptor.py", line 48, in <module> from google.protobuf.pyext import _message ImportError: DLL load failed: The specified procedure could not be found. Press any key to continue . . .
ok i am dumb. i did not install it right. how do i "re-install clarifai package using pip"
Reply
#2
This is Probably a question for the authors of instapy: https://discord.gg/FDETsht
You may get a reply here, but better with the authors of the package.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020