-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
installationIssues related to setup and installationIssues related to setup and installation
Description
Describe the bug
We are trying to setup the Qlik-Py-Tools connector. For this we use miniconda and the setup instructions on this page.
We have a working demo environment on virtual machines (local and Azure). But after a succesfull (no error) installation on our client's server we are unable to start the service.
Environment:
- OS: Windows Server 2016
- Qlik Sense Enterprise 13.82 (June 2020)
- SSE Version v.8.1
Additional context
We created a test server and used the follow (working) installation on our virtual machines:
- Install Miniconda (www.conda.io)
1a. Install for all users
1b. Install miniconda to the %PATH% - Open Anaconda Prompt and execute the following commando's in here.
- Downgrade python to 3.6.8
Command: conda install python=3.6.8 - Update conda
Command: conda update conda - Install C++ compiler (Python: mingw-w64) as describe in the PyStan documentation
Command: conda install libpython m2w64-toolchain -c msys2 - Build the script
Command: Qlik-Py-Init.bat - Add PyTools to the Analytic Connections in Qlik Sense
- Start the SSE Plugin
Command: Qlik-Py-Start.bat
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
installationIssues related to setup and installationIssues related to setup and installation


