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

invalid ELF header when importing larcv #42

Open
MonirZaman opened this issue May 4, 2020 · 0 comments
Open

invalid ELF header when importing larcv #42

MonirZaman opened this issue May 4, 2020 · 0 comments

Comments

@MonirZaman
Copy link

I get the following error message when I try to import larcv

>>> import larcv
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/username/miniconda3/envs/py37/lib/python3.7/site-packages/larcv-3.3.1-py3.7-linux-x86_64.egg/larcv/__init__.py", line 2, in <module>
    from .pylarcv import *
ImportError: /home/username/miniconda3/envs/py37/lib/python3.7/site-packages/larcv-3.3.1-py3.7-linux-x86_64.egg/larcv/pylarcv.cpython-37m-x86_64-linux-gnu.so: invalid ELF header

Output of uname -a is

Linux .....login5 4.4.180-94.113-default #1 SMP Fri Dec 13 14:20:57 UTC 2019 (c6649f6) x86_64 x86_64 x86_64 GNU/Linux```
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