- Download CMake from: https://cmake.org/download/
wget https://cmake.org/files/v3.11/cmake-3.11.0.tar.gz
- Compile from source and install
tar zxvf cmake-3.11.0.tar.gz && cd cmake-3.11.0
| # You may use this CentOS 7 repository on Fedora Copr for Vim 8 builds. | |
| # https://copr.fedorainfracloud.org/coprs/mcepl/vim8/ | |
| # | |
| # Run these commands on CentOS 7. | |
| # Add this repository: | |
| sudo curl -L https://copr.fedorainfracloud.org/coprs/mcepl/vim8/repo/epel-7/mcepl-vim8-epel-7.repo -o /etc/yum.repos.d/mcepl-vim8-epel-7.repo | |
| # Upgrade Vim to vim 8: |
| # (C) Kyle Kastner, June 2014 | |
| # License: BSD 3 clause | |
| import scipy.stats as st | |
| import numpy as np | |
| class gmmhmm: | |
| #This class converted with modifications from https://code.google.com/p/hmm-speech-recognition/source/browse/Word.m | |
| def __init__(self, n_states): | |
| self.n_states = n_states |
wget https://cmake.org/files/v3.11/cmake-3.11.0.tar.gz
tar zxvf cmake-3.11.0.tar.gz && cd cmake-3.11.0
# yum
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
pycurl: libcurl link-time ssl backend (nss) is different from compile-time ssl backend (openssl)
Please install a package which provides this module, or
verify that the module is installed correctly.