Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
marcus_malinow
Partner - Specialist III
Partner - Specialist III

Qlik Sense SSE Python error - ModuleNotFoundError: No module named 'ServerSideExtension_pb2'

Hi,

hoping someone can help me here, with what is probably a newbie issue.

I'm trying to get the HelloWorld Python example up and running - https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/GetStarted.md

So far I have:

Installed Python 3.6.3 x64

Followed the instructions here to install Python prerequisites - https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/prerequisites.md

Downloaded .py, .json, and .config files from server-side-extension/examples/python/HelloWorld at master · qlik-oss/server-side-extension · GitHub to a subfolder on my desktop

Added  SSEPlugin=HelloWorld,localhost:50052 to my settings.ini

When I attempt to run python ExtensionService_helloworld.py from my desktop subfolder I get the following error:

>python ExtensionService_helloworld.py

Traceback (most recent call last):

  File "ExtensionService_helloworld.py", line 16, in <module>

    import ServerSideExtension_pb2 as SSE

ModuleNotFoundError: No module named 'ServerSideExtension_pb2'

Any ideas what I could have got wrong here?

Thanks,

Marcus

Labels (2)
14 Replies
Anonymous
Not applicable

Hi  Marcus, 

 

Could you please help me  here as i am getting an error while using an example (helloworld)

I am attaching the error in my reply. 

I have checked about this error it is related to non compatibility with the google cloud. 

Please suggest me if you have any idea of resolving it. 

arasaraja_cts
Partner - Contributor III
Partner - Contributor III

Might be GRPC not installed properly, or the library path where GRPC is installed is not added to sys.path()

Thanks

Raja

rkarr5
Contributor
Contributor

Hello Marcus, 

I am trying to integrate python with Qlik Sense and started with the course video in official Qlik Sense website. I am using Qlik Sense Business where I was able to download Desktop version. I was able to run the ExtensionService_HelloWorld.py file and got the message Running Server in insecure mode. But my execution paused there and not able to see the GetCapabilities messages. I launched my Desktop App and drag the QVF file but not able to see the python functionality over there. Please find the attached.

Diegopborneo
Partner - Contributor II
Partner - Contributor II

Hi Rkarr,

 

I am having a similar issue, did you solve it?

 

APOUDEL1
Contributor II
Contributor II

Thanks, works like a charm!