On 2020-01-26 09:09, Benjamin Trigona-Harany <[email protected]> put forth the proposition: > On Saturday, 25 January 2020 07:47:34 PST Dave Woodfall wrote: > > python/python3-babel > > This doesn't have a dependency on Qt. Could you share the error message that > you are seeing with 5.12? > > Ben
It may have been part of the dependency list of something else that
needed qt5, but here is the error:
Traceback (most recent call last):
File "setup.py", line 97, in <module>
"""
File "/usr/lib64/python3.7/site-packages/setuptools/__init__.py", line
143, in setup
return distutils.core.setup(**attrs)
File "/usr/lib64/python3.7/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib64/python3.7/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
File "/usr/lib64/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
File "setup.py", line 27, in run
subprocess.check_call([sys.executable,
'scripts/download_import_cldr.py'])
File "/usr/lib64/python3.7/subprocess.py", line 347, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3',
'scripts/download_import_cldr.py']' returned non-zero exit status 1.
Going by the name of the file I'm wondering if it was trying to
download something, and with my build box being completely firewalled
off it would have failed.
-daw
signature.asc
Description: PGP signature
_______________________________________________ SlackBuilds-users mailing list [email protected] https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ - https://slackbuilds.org/faq/
