alltomp3-app icon indicating copy to clipboard operation
alltomp3-app copied to clipboard

dependencies problem on ubuntu 20.04 with path-lib

Open IDOHAVENOT opened this issue 4 years ago • 4 comments

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

IDOHAVENOT avatar Jun 15 '20 20:06 IDOHAVENOT

If you have python installed try pip install pathlib (Since it's a python package)

Gregor-Davies avatar Jun 21 '20 07:06 Gregor-Davies

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

IDOHAVENOT avatar Jul 02 '20 02:07 IDOHAVENOT

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)"

ringohp avatar Sep 26 '20 14:09 ringohp

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.

ameasere avatar Feb 23 '21 16:02 ameasere