FS#69328 - Does not work after fresh install.

Attached to Project: Community Packages
Opened by Dana (DJ9) - Thursday, 14 January 2021, 18:01 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 17 January 2021, 14:46 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

After install it does not work.

Here's the error I'm getting from the command line:

pysol
Traceback (most recent call last):
File "/usr/bin/pysol", line 36, in <module>
from pysollib.main import main # noqa: E402,I202
File "/usr/lib/python3.9/site-packages/pysollib/main.py", line 30, in <module>
from pysollib.app import Application
File "/usr/lib/python3.9/site-packages/pysollib/app.py", line 45, in <module>
from pysollib.options import Options
File "/usr/lib/python3.9/site-packages/pysollib/options.py", line 40, in <module>
import validate
ModuleNotFoundError: No module named 'validate'

That's about it. Thanks!
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 17 January 2021, 14:46 GMT
Reason for closing:  No response
Additional comments about closing:  Likely partial update
Comment by Eli Schwartz (eschwartz) - Thursday, 14 January 2021, 18:05 GMT
What is the output of

pacman -Syu --debug python-configobj

Loading...