Ben-Louis / Deep-Image-Analogy-PyTorch

A python implementation of Deep-Image-Analogy based on pytorch.
MIT License
182 stars 42 forks source link

/libmkl_core.so: invalid ELF header #8

Closed antonkulaga closed 5 years ago

antonkulaga commented 5 years ago

I cannot run it at all! I tried different versions of py-torch and cuda, but I keep getting ELF header error. My OS is latest Ubuntu (just in case).

ImportError: /data/miniconda3/envs/analogy4/lib/python3.6/site-packages/torch/lib/../../../../libmkl_core.so: invalid ELF header
antonkulaga commented 5 years ago

Looks like I resolved it. Will make a PR with environment.yml

sameerCoder commented 4 years ago

Hi Antonkulaga , How to solve this ELF header issue , please let me know as i am also facing same issue.

CrystalGuo0312 commented 4 years ago

Hi Antonkulaga , I meet the same problem, could you tell me how to resolve it ? Thanks a lot.

amirakbarnejad commented 2 years ago

In my case installing mkl solved the problem: conda install -c anaconda mkl