xcat2 / xcat-inventory

An inventory tool for xcat cluster
8 stars 16 forks source link

xcat-inventory could not be installed on Ubuntu with python3 #137

Open tingtli opened 6 years ago

tingtli commented 6 years ago

xcat-inventory could not be installed on Ubuntu18.04.1

root@:/xcat-inventory# apt-get install xcat-inventory
Reading package lists... DoneBuilding dependency treeReading state information... Done

xcat-inventory : 
Depends: python-pymysql but it is not going to be installed                  
Depends: python-sqlalchemy but it is not going to be installed                  
Depends: python-psycopg2 but it is not going to be installed                  
Depends: python-six but it is not going to be installed                  
Depends: python-yaml but it is not going to be installed                 
Depends: python-jinja2 but it is not going to be installed | 11:01:11 AM

root@:/xcat-inventory# python -v

Command 'python' not found, but can be installed with:

apt install python3
apt install python
apt install python-minimal

You also have python3 installed, you can run 'python3' instead.