FS#65779 - [ceph] ModuleNotFoundError: No module named 'prettytable'

Attached to Project: Community Packages
Opened by Konstantin Shalygin (k0ste) - Wednesday, 11 March 2020, 07:06 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 11 March 2020, 12:37 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Additional info:
* package version(s): 14.2.8

Steps to reproduce:

```
$ ceph --version
Traceback (most recent call last):
File "/usr/bin/ceph", line 151, in <module>
from ceph_daemon import admin_socket, DaemonWatcher, Termsize
File "/usr/lib/python3.8/site-packages/ceph_daemon.py", line 24, in <module>
from prettytable import PrettyTable, HEADER
ModuleNotFoundError: No module named 'prettytable'
```


`pacman -S python-prettytable --asdeps` fixes this issue.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Wednesday, 11 March 2020, 12:37 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#64041 

Loading...