-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to start service #122
Comments
Hi @MarkJM84, I haven't tried the install with miniconda and mingw. The installation guide is based on vanilla Python 3.6.8 and the Microsoft VS Build Tools. You could compare your installation with this requirements file ( |
Hi @nabeel-oz , thank you for answering. There were some differences in our installation compared to the requirements file. But that shouldn't be the issue as it is the same installation as on our working test-machine. I also did a reinstall of all the packages to the version number as mentioned in the requirement file, but even then we get the same error as in the first screenshot. Current requirements: Error with Docker |
Hi @nabeel-oz, |
Hi @Klief8788, by vanilla Python I meant the standard release from python.org that is referenced in the installation guide: https://github.com/nabeel-oz/qlik-py-tools#installation I have not tried an installation with miniconda, and it did not work with anaconda the last time I tried, so I recommend using the standard Python 3.8 release: https://www.python.org/downloads/release/python-368/ |
Hi @nabeel-oz, As recommended we have removed miniconda and installed Python 3.6.8 directly (downloaded from https://www.python.org/downloads/release/python-368/). We are now facing a Pystan issue (see attached image). Please note that we have installed the Visual C++ compilers. |
Hi @Klief8788 , did you get any errors when running Almost all the pystan issues raised for this project have been due to C++ compilation errors, so I would double check that the required components of VS Build Tools have been installed. The components can be checked through Control Panel > Programs and Features > Visual Studio Build Tools and then choosing the Change option. |
Hi @nabeel-oz, The following components are installed on the virtual machine: To install the required VS Build Tools components we checked the following boxes during the install: |
Hi @Klief8788 , your screenshot shows Visual Studio Community instead of Build Tools so I'm not sure if all the required components are being installed. You can try selecting the following additional components: The options seem to have changed since I wrote the installation guide which was based on Visual Studio Build Tools 2017. Here's a direct link to that version: |
Hi @nabeel-oz, Secondly we tried to install the VS c++ compilers from the Visual Studio Build Tools 2017. This does not solves the issue as well. We rebooted the server before reinstalling Qlik_Py_Tools. |
For VS 2017, try selecting the Visual C++ build tools workload in addition to the individual components. The screenshot does not show this workload as selected. If the error is with tensorflow you could also be facing a processor incompatibility issue. Might be worth checking that the system is compatible with tensorflow 1.14.0 for CPUs. |
Hi @nabeel-oz , As you can see we have selected the Visual C++ build tools components. After that an error occured when running Qlik-Py-Init.bat. It reports that the module numpy.core._multiarray_umath' is not found. The Qlik-Py-Start.bat reports that cygprc cannot be imported. In the meanwhile we compared the CPU hardware of this environment with a working environment, which is hosted by Azure. CPU compare: |
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:
Additional context
We created a test server and used the follow (working) installation on our virtual machines:
1a. Install for all users
1b. Install miniconda to the %PATH%
Command: conda install python=3.6.8
Command: conda update conda
Command: conda install libpython m2w64-toolchain -c msys2
Command: Qlik-Py-Init.bat
Command: Qlik-Py-Start.bat
Screenshots
The text was updated successfully, but these errors were encountered: