Claim your Biolink Click Here
2 like 0 dislike
1.1k views
[root@12 ~]# pip install alembic
-bash: pip: command not found
[root@12 ~]# yum install pip
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Determining fastest mirrors
 * base: mirrors.unifiedlayer.com
 * extras: ftp.osuosl.org
 * updates: centos.pymesolutionsweb.com
No package pip available.
Error: Nothing to do
[root@12 ~]#
in Education & Reference by (1.1k points) | 1.1k views

2 Answers

0 like 0 dislike

Follow the below steps

>yum install python-pip
>pip install alembic
>yum install python-dateutil
>yum install MySQL-python

to create pjsip tables

  >cd YOUR ASTERISK PATH/contrib/ast-db-manage
  >nano config.ini.sample

Next, edit the config.ini.sample file and change the sqlalchemy.url
option, e.g. sqlalchemy.url = mysql://root:password@localhost/asterisk

  >cp config.ini.sample config.ini
  >alembic -c config.ini upgrade head
by
0 like 0 dislike

For Centos 8
use the below command:

yum install python-alembic

by (4.7k points)

Related questions

2 like 0 dislike
1 answer
1 like 0 dislike
1 answer
0 like 0 dislike
1 answer
0 like 0 dislike
0 answers
asked Sep 19, 2017 in Education & Reference by Sam (1.6k points) | 229 views
0 like 0 dislike
1 answer
asked Sep 24, 2017 in Education & Reference by Sam (1.6k points) | 1.6k views
0 like 0 dislike
1 answer
1 like 0 dislike
1 answer
1 like 0 dislike
1 answer
asked Jul 5, 2014 in Education & Reference by Bhoomika (-30 points) | 535 views
1 like 0 dislike
3 answers
0 like 0 dislike
1 answer

Where your donation goes
Technology: We will utilize your donation for development, server maintenance and bandwidth management, etc for our site.

Employee and Projects: We have only 15 employees. They are involved in a wide sort of project works. Your valuable donation will definitely boost their work efficiency.

How can I earn points?
Awarded a Best Answer 10 points
Answer questions 10 points
Asking Question -20 points

1,310 questions
1,471 answers
569 comments
4,809 users