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

docker: fix mamba libarchive.so.13 not found #826

Closed
KrisThielemans opened this issue Jul 15, 2023 · 1 comment · Fixed by #831
Closed

docker: fix mamba libarchive.so.13 not found #826

KrisThielemans opened this issue Jul 15, 2023 · 1 comment · Fixed by #831
Assignees

Comments

@KrisThielemans
Copy link
Member

https://github.com/SyneRBI/SIRF-SuperBuild/actions/runs/5558774566/jobs/10155960751#step:6:5431

#47 38.34 + mamba update -c conda-forge -y setuptools pip
#47 38.57 Traceback (most recent call last):
#47 38.57   File "/opt/conda/bin/mamba", line 7, in <module>
#47 38.57     from mamba.mamba import main
#47 38.57   File "/opt/conda/lib/python3.11/site-packages/mamba/mamba.py", line 49, in <module>
#47 38.57     import libmambapy as api
#47 38.57   File "/opt/conda/lib/python3.11/site-packages/libmambapy/__init__.py", line 7, in <module>
#47 38.57     raise e
#47 38.57   File "/opt/conda/lib/python3.11/site-packages/libmambapy/__init__.py", line 4, in <module>
#47 38.57     from libmambapy.bindings import *  # noqa: F401,F403
#47 38.57     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#47 38.57 ImportError: libarchive.so.13: cannot open shared object file: No such file or directory

sigh.

Possible fix
bird-house/finch#245

@casperdcl
Copy link
Member

casperdcl commented Aug 9, 2023

Managed to reproduce this :) but the fix isn't working :/

casperdcl added a commit that referenced this issue Aug 9, 2023
paskino pushed a commit that referenced this issue Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants