Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to install Python SSE using the steps below -
Step 4 is not giving me the results listed below - e.g., pandas, numpy, ...
My log file is empty -
but i do see -init-.py, clustering.py, prophet.py, sklearn.py, spacy.py, utils.py, etc.
Don't know what i am doing wrong or what to do next.
Thanks,
Pavan
Installation
This installation requires Internet access. To install this SSE on a machine without Internet access refer to the offline installation guide.
Get Python from here. Make sure you get the 64 bit version. Remember to select the option to add Python to your PATH environment variable.
You'll also need a recent C++ compiler as this is a requirement for the pystan library used by fbprophet. One option is to use Microsoft Visual C++ Build Tools. If you are having trouble finding the correct installer try this direct link. An alternative is to use the mingw-w64 compiler as described in the PyStan documentation.
Download the latest release for this SSE and extract it to a location of your choice. The machine where you are placing this repository should have access to a local or remote Qlik Sense instance.
Right click Qlik-Py-Init.bat and chose 'Run as Administrator'. You can open this file in a text editor to review the commands that will be executed. If everything goes smoothly you will see a Python virtual environment being set up, project files being copied, some packages being installed and TCP Port 50055 being opened for inbound communication.
Now whenever you want to start this Python service you can run Qlik-Py-Start.bat.
I think your PATH environment variable has not been setup correctly. In my experience it is often caused if python is installed without modifying the PATH environment variable or you have installed python using anaconda.
If you have not installed python using anaconda then try following this guide, it might be the solution.
I tried it again and when i try to run Qlik-Py-Init.bat to create the python virtual environment, i get error messages
- python is not recognized as an internal or external command
then i get several messages
- pip is not recognized as an internal or external command
Please let me know if you have any suggestions.
Thanks,
Peter
I think your PATH environment variable has not been setup correctly. In my experience it is often caused if python is installed without modifying the PATH environment variable or you have installed python using anaconda.
If you have not installed python using anaconda then try following this guide, it might be the solution.
Yes - you are correct!
I needed to re-install Python.
Thank you very much!!