Python Forum
InstaPy Error - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: InstaPy Error (/thread-27581.html)



InstaPy Error - boomcrafty - Jun-11-2020

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"


RE: InstaPy Error - Larz60+ - Jun-12-2020

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.