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;
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
add a comment
|
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
add a comment
|
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
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
python machine-learning server-side qliksense
edited Mar 29 at 9:19
Stankevix
asked Mar 28 at 21:29
StankevixStankevix
254 bronze badges
254 bronze badges
add a comment
|
add a comment
|
2 Answers
2
active
oldest
votes
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
add a comment
|
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
add a comment
|
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
add a comment
|
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
add a comment
|
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
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
answered Apr 1 at 0:00
Simon HatfieldSimon Hatfield
111 bronze badge
111 bronze badge
add a comment
|
add a comment
|
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
add a comment
|
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
add a comment
|
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
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
edited Apr 4 at 16:45
answered Mar 29 at 11:54
StankevixStankevix
254 bronze badges
254 bronze badges
add a comment
|
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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