Error: GTK library is not installed or installed version is not compatible - installation

I'm trying to install the Intel XDK for Linux under CentOS 7.3 (7.3.1611)
But I'm facing a problem witch I'm not able to solve:
Message:
GTK library is not installed or installed version is not compatible
The GTK library is not installed or installed version of the library is not compatible. The graphical user interface of the product requires gtk version 2.20 or higher. Contact your system administrator to install a compliant version of gtk for the INTEL64 architecture or install the product on a compliant system.
In my OS, I've already gtk+ 2.4 installed, but the installer of Intel XDK can't see the package.
I've these packages installed:
yum install gtk*:
Package gtk2-2.24.28-8.el7.x86_64 already installed and latest version
Package gtk2-devel-2.24.28-8.el7.x86_64 already installed and latest version
Package gtk2-devel-docs-2.24.28-8.el7.x86_64 already installed and latest version
Package gtk3-3.14.13-20.el7.x86_64 already installed and latest version
Package gtk3-devel-3.14.13-20.el7.x86_64 already installed and latest version
Is there a way to solve this problem ?

Related

Install TensorFlow 2.2 using Conda on macOS

Just checking if anyone knows whether Anaconda Project has released TensorFlow 2.2 and above for macOS users? From my understanding, this version of TF exists for all platforms except Mac.
Thanks for the help
you have the option to check things like this on the anaconda website. Just go to https://anaconda.org/anaconda/tensorflow and you will see:
linux-64 v2.2.0
win-64 v2.1.0
osx-64 v2.0.0
so the newest version available for macOS from the anaconda channel is (currently) 2.0.0
Alternatively you can also always run
conda search tensorflow
to see which versions are available for your platform
Note
From my understanding, this version of TF exists for all platforms except Mac
From anaconda, yes, but you are definately able to find this version on pypi, i.e. use pip install to install it

Cannot Install CNTK

When I try to install CNTK using pip, it gives me the following error - Could not find a version that satisfies the requirement cntk (from versions: )
No matching distribution found for cntk
I'm using Python 3.7 and windows 10.
cntk currently provides wheels for Python 2.7, 3.5 and 3.6, Linux 64 bit and w64. There is no source code hence there is no way to compile for Python 3.7.
You can try to install from sources or use Python 3.6.

Need to Install Specfic version (4.5) of Sonarqube in linux

I Specifcally need to install a version of 4.5.2 of SonarQube in Linux System.
I dont wnat the latest Version.
Try below link to install SQ 4.5.2, if that's your question.
http://downloads.sonarsource.com/sonarqube/sonarqube-4.5.2.zip

Mono on OS X shows old version after installing latest version

I just installed Mono 3.10.0 on OS X using the package from their website.
Before the installation I had installed 3.6.1.
After the installation of 3.10.0 mono --version still shows 3.6.1.
which mono returns /usr/local/bin/mono.
In /usr/local/bin/, mono refs to:
mono -> ../Cellar/kmono/3.6.1-10002/bin/mono.
Where can I find and activate my recently installed version 3.10.0?
~/Library/Frameworks/mono does not exist.
You have a custom mono in your /usr/local, which takes precedence over the one you just installed. You need to remove your custom one.
Your recently installed mono can be found in /usr (try /usr/bin/mono --version, and it will print 3.10)

Build GCC 4.8.1 or higher on CentOS 6.5

I want to use GCC 4.8.1 or higher on a HPC machine with CentOS 6.5 which has a very old GCC. I do not have admin rights so everything has to be local. Do I have to really compile everything from source? Isn't there any rpm package that I can only install GCC with its dependencies? I found GCC rpms for CentOS 7 but not 6.5.
Without admin rights, building from source is
likely most reliable means to use gcc-4.8.1.
You can try installing (or extracting) gcc-4.8.1
from the redhat developer tool kit 2.0 described here
https://superuser.com/questions/381160/how-to-install-gcc-4-7-x-4-8-x-on-centos
CentOS 7 RPM's are unlikely to work in general on CentOS 6.x.
The developer 2.0 toolkit was built on CentOS6

Resources