Analytics Connection in Qlik Sense - ModuleNotFoundError: No module named 'google'Calling a function of a module by using its name (a string)How to import a module given its name as string?No module named pkg_resourcesImportError: No module named requestsQlik Sense Extension (sense-export)Connecting to Qlik Sense to Apache HiveImportError django is not foundModuleNotFoundError: No module named 'flask'

Would the US government of the 1960’s be able to feasibly recreate a modern laptop?

Why do gas water heater exhausts have an air gap before the chimney?

Can I say: “The train departs at 16 past every hour“?

How could Thanos survive this attack?

Has an engineer called Trevor Jackson invented a revolutionary battery allowing for a car range of 1500 miles?

/etc/shadow permissions security best practice (000 vs. 600 vs. 640)

how can I enforce the prohibition on love potions?

How likely are you to be injured by falling shot from a game shoot?

English equivalent of the Malayalam saying "don't stab/poke the dead body"?

Is (manual) feature extraction outdated?

Is it possible to be admitted to CS PhD programs (in US) with scholarship at age 18?

If I am just replacing the car engine, do I need to replace the odometer as well?

How to deal with a 6 year old who was "caught" cheating?

Can the Wish spell be used to allow someone to be able to cast all of their spells at will?

Dodging a Deathbeam travelling at speed of light

How can you castle legally in Chess960 when the castling rook is on the king's destination square?

I was mistakenly identified as a criminal, and this has caused rumors. How can I convince my friends that it is all a mistake?

Employer reneged on negotiated clauses that weren't part of agreed contract, citing budget cuts - what can I do?

Remove folder if it has another folder with the same started numbers

Tic Tac Toe console program

Do dead weight 'components' exist?

Promotions usually come with raises, right?

How to persuade players not to cheat?

Trying to find a short story about the representative of a city discovering the "primitive" folk are actually more advanced



Analytics Connection in Qlik Sense - ModuleNotFoundError: No module named 'google'


Calling a function of a module by using its name (a string)How to import a module given its name as string?No module named pkg_resourcesImportError: No module named requestsQlik Sense Extension (sense-export)Connecting to Qlik Sense to Apache HiveImportError django is not foundModuleNotFoundError: No module named 'flask'






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









-1

















I'm working with Qlik's advanced analytics integration providing a server side extension (SSE) for Qlik Sense built using Python.



There is a Qlik-Py-Init.bat where a Python virtual environment was set up, some packages being installed and TCP Port 50055 being opened for inbound communication. So, to start this Python service I should run Qlik-Py-Start.bat file.



But I'm getting a problem with the connection between Python and Qlik.



Everytime I try to start the virtual environmnet the following message appears:



 "Traceback (most recent call last):
File "__main__.py", line 16, in <module> import ServerSideExtension_pb2
as SSE File "C:UsersssgabrielDesktopProjeto Qlik Martqlik-py-tools-3.9qlik-py-envgeneratedServerSideExtension_pb2.py", line 6, in <module> from google.protobuf.internal import enum_type_wrapper
ModuleNotFoundError: No module named 'google'"


Project Tutorial link: https://developer.qlik.com/garden/5af5217ab2606a3c2c1f4d1d?_ga=2.233199326.1596669125.1553511020-1486733373.1550746062



I expect the output connection between Python and Qlik is established and see the capabilities listed in the terminal (Correlations, Clustering, Forecasting etc)










share|improve this question


































    -1

















    I'm working with Qlik's advanced analytics integration providing a server side extension (SSE) for Qlik Sense built using Python.



    There is a Qlik-Py-Init.bat where a Python virtual environment was set up, some packages being installed and TCP Port 50055 being opened for inbound communication. So, to start this Python service I should run Qlik-Py-Start.bat file.



    But I'm getting a problem with the connection between Python and Qlik.



    Everytime I try to start the virtual environmnet the following message appears:



     "Traceback (most recent call last):
    File "__main__.py", line 16, in <module> import ServerSideExtension_pb2
    as SSE File "C:UsersssgabrielDesktopProjeto Qlik Martqlik-py-tools-3.9qlik-py-envgeneratedServerSideExtension_pb2.py", line 6, in <module> from google.protobuf.internal import enum_type_wrapper
    ModuleNotFoundError: No module named 'google'"


    Project Tutorial link: https://developer.qlik.com/garden/5af5217ab2606a3c2c1f4d1d?_ga=2.233199326.1596669125.1553511020-1486733373.1550746062



    I expect the output connection between Python and Qlik is established and see the capabilities listed in the terminal (Correlations, Clustering, Forecasting etc)










    share|improve this question






























      -1












      -1








      -1








      I'm working with Qlik's advanced analytics integration providing a server side extension (SSE) for Qlik Sense built using Python.



      There is a Qlik-Py-Init.bat where a Python virtual environment was set up, some packages being installed and TCP Port 50055 being opened for inbound communication. So, to start this Python service I should run Qlik-Py-Start.bat file.



      But I'm getting a problem with the connection between Python and Qlik.



      Everytime I try to start the virtual environmnet the following message appears:



       "Traceback (most recent call last):
      File "__main__.py", line 16, in <module> import ServerSideExtension_pb2
      as SSE File "C:UsersssgabrielDesktopProjeto Qlik Martqlik-py-tools-3.9qlik-py-envgeneratedServerSideExtension_pb2.py", line 6, in <module> from google.protobuf.internal import enum_type_wrapper
      ModuleNotFoundError: No module named 'google'"


      Project Tutorial link: https://developer.qlik.com/garden/5af5217ab2606a3c2c1f4d1d?_ga=2.233199326.1596669125.1553511020-1486733373.1550746062



      I expect the output connection between Python and Qlik is established and see the capabilities listed in the terminal (Correlations, Clustering, Forecasting etc)










      share|improve this question

















      I'm working with Qlik's advanced analytics integration providing a server side extension (SSE) for Qlik Sense built using Python.



      There is a Qlik-Py-Init.bat where a Python virtual environment was set up, some packages being installed and TCP Port 50055 being opened for inbound communication. So, to start this Python service I should run Qlik-Py-Start.bat file.



      But I'm getting a problem with the connection between Python and Qlik.



      Everytime I try to start the virtual environmnet the following message appears:



       "Traceback (most recent call last):
      File "__main__.py", line 16, in <module> import ServerSideExtension_pb2
      as SSE File "C:UsersssgabrielDesktopProjeto Qlik Martqlik-py-tools-3.9qlik-py-envgeneratedServerSideExtension_pb2.py", line 6, in <module> from google.protobuf.internal import enum_type_wrapper
      ModuleNotFoundError: No module named 'google'"


      Project Tutorial link: https://developer.qlik.com/garden/5af5217ab2606a3c2c1f4d1d?_ga=2.233199326.1596669125.1553511020-1486733373.1550746062



      I expect the output connection between Python and Qlik is established and see the capabilities listed in the terminal (Correlations, Clustering, Forecasting etc)







      python machine-learning server-side qliksense






      share|improve this question
















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 29 at 9:19







      Stankevix

















      asked Mar 28 at 21:29









      StankevixStankevix

      254 bronze badges




      254 bronze badges

























          2 Answers
          2






          active

          oldest

          votes


















          1


















          Nabeel from Qlik has developed and shared his solution to this. I found it easy to setup and it is working well. https://github.com/nabeel-oz/qlik-py-tools






          share|improve this answer

































            0


















            Problem Solved: I removed the pip and it solved my problem as well. After that I installed and upgraded a new version of pip and all the problems disappered.



            Update 04/04/2019



            Some Tips: If you're in a Windows environment don't forget to configure the C++ Compiler, all environment variable and versioning packages. Depending on the Python version may appears some errors






            share|improve this answer





























              Your Answer






              StackExchange.ifUsing("editor", function ()
              StackExchange.using("externalEditor", function ()
              StackExchange.using("snippets", function ()
              StackExchange.snippets.init();
              );
              );
              , "code-snippets");

              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "1"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );














              draft saved

              draft discarded
















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55407126%2fanalytics-connection-in-qlik-sense-modulenotfounderror-no-module-named-googl%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown


























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              1


















              Nabeel from Qlik has developed and shared his solution to this. I found it easy to setup and it is working well. https://github.com/nabeel-oz/qlik-py-tools






              share|improve this answer






























                1


















                Nabeel from Qlik has developed and shared his solution to this. I found it easy to setup and it is working well. https://github.com/nabeel-oz/qlik-py-tools






                share|improve this answer




























                  1














                  1










                  1









                  Nabeel from Qlik has developed and shared his solution to this. I found it easy to setup and it is working well. https://github.com/nabeel-oz/qlik-py-tools






                  share|improve this answer














                  Nabeel from Qlik has developed and shared his solution to this. I found it easy to setup and it is working well. https://github.com/nabeel-oz/qlik-py-tools







                  share|improve this answer













                  share|improve this answer




                  share|improve this answer










                  answered Apr 1 at 0:00









                  Simon HatfieldSimon Hatfield

                  111 bronze badge




                  111 bronze badge


























                      0


















                      Problem Solved: I removed the pip and it solved my problem as well. After that I installed and upgraded a new version of pip and all the problems disappered.



                      Update 04/04/2019



                      Some Tips: If you're in a Windows environment don't forget to configure the C++ Compiler, all environment variable and versioning packages. Depending on the Python version may appears some errors






                      share|improve this answer
































                        0


















                        Problem Solved: I removed the pip and it solved my problem as well. After that I installed and upgraded a new version of pip and all the problems disappered.



                        Update 04/04/2019



                        Some Tips: If you're in a Windows environment don't forget to configure the C++ Compiler, all environment variable and versioning packages. Depending on the Python version may appears some errors






                        share|improve this answer






























                          0














                          0










                          0









                          Problem Solved: I removed the pip and it solved my problem as well. After that I installed and upgraded a new version of pip and all the problems disappered.



                          Update 04/04/2019



                          Some Tips: If you're in a Windows environment don't forget to configure the C++ Compiler, all environment variable and versioning packages. Depending on the Python version may appears some errors






                          share|improve this answer
















                          Problem Solved: I removed the pip and it solved my problem as well. After that I installed and upgraded a new version of pip and all the problems disappered.



                          Update 04/04/2019



                          Some Tips: If you're in a Windows environment don't forget to configure the C++ Compiler, all environment variable and versioning packages. Depending on the Python version may appears some errors







                          share|improve this answer















                          share|improve this answer




                          share|improve this answer








                          edited Apr 4 at 16:45

























                          answered Mar 29 at 11:54









                          StankevixStankevix

                          254 bronze badges




                          254 bronze badges































                              draft saved

                              draft discarded















































                              Thanks for contributing an answer to Stack Overflow!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55407126%2fanalytics-connection-in-qlik-sense-modulenotfounderror-no-module-named-googl%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown









                              Popular posts from this blog

                              Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                              Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                              Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript