Your message dated Wed, 17 Aug 2022 23:18:32 +0200
with message-id <87lerm36xj.fsf@localhost>
and subject line Re: Bug#953060: ImportError when trying to import OpenImageIO
has caused the Debian Bug report #953060,
regarding ImportError when trying to import OpenImageIO
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
953060: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953060
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-openimageio
Version:  2.1.11.2~dfsg0-3
Severity: normal

I am getting an ImportError when trying to import OpenImageIO:
jdietrch@saturn:~$ python3
Python 3.7.6 (default, Jan 19 2020, 22:34:52)
[GCC 9.2.1 20200117] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import OpenImageIO
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /lib/x86_64-linux-gnu/libjemalloc.so.2: cannot allocate memory in 
static TLS block
>>>

If did figure out that if I LD_PRELOAD that library, then the import 
OpenImageIO succeeds; but I don't think that should be necessary.
jdietrch@saturn:~$ LD_PRELOAD=/lib/x86_64-linux-gnu/libjemalloc.so.2 python3
Python 3.7.6 (default, Jan 19 2020, 22:34:52)
[GCC 9.2.1 20200117] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import OpenImageIO
>>>

Let me know if I can provide any further information.

Thank you,
James Dietrich

--- End Message ---
--- Begin Message ---
Version: 2.3.18.0+dfsg-1

Hi!

On 2020-03-03 at 16:58 (-05), James Dietrich wrote:
> I am getting an ImportError when trying to import OpenImageIO:

[...]

At least the version in unstable/sid has fixed this problem.

Thus, closing.

Cheers.

-- 
Matteo F. Vescovi || Debian Developer
GnuPG KeyID: 4096R/0x8062398983B2CF7A

Attachment: signature.asc
Description: PGP signature


--- End Message ---
-- 
Pkg-phototools-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-phototools-devel

Reply via email to