Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: /lib/data_preprocess/utils/jpegpy/_jpegpy.so: undefined symbol: jpeg_destroy_decompress #43

Open
funguy2210 opened this issue Mar 27, 2024 · 0 comments

Comments

@funguy2210
Copy link

Dear authors,
I thank you a lot for your contribution to this field and for providing the resource for us, I am new to this field and after encountering some problems that I resolved based on the issues issued here, I got to the testing part; but when I run the command you specified in the readme; I got the following error
Traceback (most recent call last):
File "/media/workstation/DATA/CADDM-master/test.py", line 15, in
from dataset import DeepfakeDataset
File "/media/workstation/DATA/CADDM-master/dataset.py", line 10, in
from lib.data_preprocess.preprocess import prepare_train_input, prepare_test_input
File "/media/workstation/DATA/CADDM-master/lib/data_preprocess/preprocess.py", line 14, in
from .mfs import multi_scale_facial_swap
File "/media/workstation/DATA/CADDM-master/lib/data_preprocess/mfs.py", line 9, in
from .augmentor import elastic_transform
File "/media/workstation/DATA/CADDM-master/lib/data_preprocess/augmentor.py", line 12, in
from .utils.jpegpy import jpeg_decode, jpeg_encode
File "/media/workstation/DATA/CADDM-master/lib/data_preprocess/utils/jpegpy/init.py", line 6, in
from .jpegpy import jpeg_encode, jpeg_decode
File "/media/workstation/DATA/CADDM-master/lib/data_preprocess/utils/jpegpy/jpegpy.py", line 6, in
from . import _jpegpy
ImportError: /media/workstation/DATA/CADDM-master/lib/data_preprocess/utils/jpegpy/_jpegpy.so: undefined symbol: jpeg_destroy_decompress

I am unable to resolve the issue, and quite surprised since I followed the same steps as people before me; I would appreciate your help a lot.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant