← Back to team overview

py3exiv2-team team mailing list archive

py3exiv2 - on ubuntu with python3.7 virtual environment

 

hello developers, I hope this is right place to bug you.

I have a similar problem referred here:

https://www.mail-archive.com/python-list@xxxxxxxxxx/msg443248.html


I've pip install py3exiv2 into my venv and it seemed to work but when running programme I get:

/import pyexiv2 #import ImageMetadata, exif//
//File "/home/andrew/ve_exiv2/lib/python3.7/site-packages/pyexiv2/__init__.py", line 60, in <module>//
//    import libexiv2python//
//ImportError: /home/andrew/ve_exiv2/lib/python3.7/site-packages/libexiv2python.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN5Exiv27DataBufC1ERKNS_10DataBufRefE//
/

I'm not a developer and beginner programmer, just trying to use exiv for image manipulation and cannot follow the msg443248.html solution in using sys_paths and LD variables.

Can you advise a user solution?

Thanks Andrew