alltomp3-app
alltomp3-app copied to clipboard
dependencies problem on ubuntu 20.04 with path-lib
My operating system is: ubuntu 20.04 My AllToMP3 version is: 0.3.17 error : The following packages have unmet dependencies: alltomp3: Depends: python-pathlib but it is not installable
If you have python installed try pip install pathlib
(Since it's a python package)
If you have python installed try
pip install pathlib
(Since it's a python package)
yes i did that but with the same error again i tried installing it with DPKG -i packege-name and it did by ignoring the depens the software runs but it's not working properly it keeps downloading songs over and over with no end or files
Same system and problem as OP.
There's no python-pathlib in the Ubuntu repositories but there is python-pathlib2 which is supposed to be a "Backport of the "pathlib" stdlib module (Python 2)"
Install it here: http://archive.ubuntu.com/ubuntu/pool/main/p/python-pathlib/python-pathlib_1.0.1-2_all.deb Developer needs to get caught up with this.