[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Please help fixing build time test (Was: Bug#996921: RFA: unifrac)



Hi Andreas,

Andreas Tille, on 2022-11-16:
> Am Thu, Oct 21, 2021 at 01:25:52AM +0530 schrieb Nilesh Patra:
> > I currently have no interest in maintaining unifrac, which
> > is a bit cumbersome to maintain (the new update being an example)
> > and it doesn't motivate me enough to keep maintaining it.
> > 
> > Should you feel motivated, feel free to adopt this one.
> 
> Adopted and provided all new dependencies.  Unfortunately there
> is some remaining issue with the build time test I would welcome
> some help[1]

This:

	ModuleNotFoundError: No module named 'bp._bp'

looks to be caused by python3-iow not being built for python3.11
yet:

	$ python3.10 -c 'import bp' ; echo $?
	0

	$ python3.11 -c 'import bp' ; echo $?
	Traceback (most recent call last):
	  File "<string>", line 1, in <module>
	  File "/usr/lib/python3/dist-packages/bp/__init__.py", line 8, in <module>
	    from ._bp import BP
	ModuleNotFoundError: No module named 'bp._bp'
	1

> [1] https://salsa.debian.org/med-team/unifrac/-/jobs/3523436

Have a nice day,  :)
-- 
Étienne Mollier <emollier@emlwks999.eu>
Fingerprint:  8f91 b227 c7d6 f2b1 948c  8236 793c f67e 8f0d 11da
Sent from /dev/pts/2, please excuse my verbosity.

Attachment: signature.asc
Description: PGP signature


Reply to: