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

libpython3.8.so importing bugs #19

Open
silvery107 opened this issue Sep 9, 2024 · 2 comments
Open

libpython3.8.so importing bugs #19

silvery107 opened this issue Sep 9, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@silvery107
Copy link
Owner

silvery107 commented Sep 9, 2024

ImportError: libpython3.8.so.1.0: cannot open shared object file: No such file or directory
@silvery107 silvery107 self-assigned this Oct 24, 2024
@silvery107 silvery107 added the bug Something isn't working label Oct 24, 2024
@zhshubs
Copy link

zhshubs commented Oct 28, 2024

I have met this bug many times, I solve this bug by copying the libpython3.8.so.1.0 to /user/lib. I guess that install the python3.8 in your system not the virtual enviroment can also solve it.

@silvery107
Copy link
Owner Author

silvery107 commented Oct 28, 2024

Hi @zhshubs, thanks for your comment. Do you think there is a way to solve this systematically within this repo? i.e. by changing the virtual environment setup (varying the version of python/packages)

If you find one, feel free to open a PR to this, thanks.

@silvery107 silvery107 changed the title Legacy importing bugs libpython3.8.so importing bugs Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants