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

Loading shared libraries libboost_python38.so.1.72.0 No such file or directory #777

Open
chrish13 opened this issue May 10, 2021 · 2 comments

Comments

@chrish13
Copy link

chrish13 commented May 10, 2021

Issue

Description
Running tizonia it gives the following error:

tizonia: error while loading shared libraries: libboost_python38.so.1.72.0: cannot open shared object file: No such file or directory.

Steps to Reproduce

  1. Install tizonia from AUR via yay -S tizonia-all
  2. Run tizonia --youtube-audio-search "artist"
  3. Run tizonia --spotify-artist "artist"

Expected behavior:

Work and play music

Actual behaviour:

tizonia: error while loading shared libraries: libboost_python38.so.1.72.0: cannot open shared object file: No such file or directory

Reproduces how often:

100%

Versions

Even running tizonia --debug it throws the error. I am assuming since I recently re-install it 0.22

Installation Method Used

yay -S tizonia-all

Additional Information

Archlinux 5.12.2-arch1-1

@SolarAquarion
Copy link
Contributor

You need to rebuild tizonia

@chrish13
Copy link
Author

chrish13 commented Jul 21, 2021

Thank you very much for your response.
I tried it and no joy.
So I uninstall completely tizonia from my system by running yay -R tizonia-all
Then I tried several methods.

  1. Rebuild it by running yay -S tizonia-all --rebuild failed on step 282 from 342 of compilation.
  2. Rebuild it by running yay -S tizonia-all-git --rebuild failed on step 282 from 342 of compilation.
  3. Rebuild it by running git clone . cd tizonia all. makepkg -si. Failed once again as above.
    I could post a screenshot if you wish.
    Plus I tried docker-tizonia but it fails because of the outdated version of youtube-dl. I tried to troubleshoot that but to be honest I did not put that much efford as it consumed most of my thinking energy. :(

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

2 participants