



























@bartus Please update your python-installer, it received an update recently with a CLI module. I built this in a clean chroot, so there should be no reason why it fails to build.
Fails in package()
/usr/bin/python: No module named installer.__main__; 'installer' is a package and cannot be directly executed
collections.Callable is deprecated since python 3.3. n python 3.10 is completely removed. I build the package manually by downloading the PKGBUILD file and adding the following line in the prepare() section:
sed -i 's/collections.Callable/collections.abc.Callable/g' pycaption/scc/specialized_collections.py
upgrade to newest "python-beautifulsoup4 (4.10.0-1)" ?
Same test_scc.py error here...
I'm getting the same build error as simona: ERROR tests/test_scc.py::TestSCCReader::test_reader_only_supports_unicode_input
reinstalled with yay -S (I already had it) and now it give:
ERROR tests/test_scc.py::TestSCCReader::test_reader_only_supports_unicode_input - AttributeError: module 'collections' h...
I believe you're missing python-cssutils; it's in the AUR.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Getting an error when building:
I have
python-cssutilsinstalled.