Package Details: python-spotdl 4.1.11-1

Git Clone URL: https://aur.archlinux.org/python-spotdl.git (read-only, click to copy)
Package Base: python-spotdl
Description: Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
Upstream URL: https://github.com/spotDL/spotify-downloader
Keywords: download-music mp3 music playlists song song-lyrics spotify youtube-music
Licenses: MIT
Provides: python-spotdl, spotdl
Submitter: timschumi
Maintainer: zoorat (aminvakil, AlexisBRENON)
Last Packager: aminvakil
Votes: 16
Popularity: 0.115780
First Submitted: 2019-10-08 11:40 (UTC)
Last Updated: 2023-05-25 23:33 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

pekkarr commented on 2023-06-03 09:34 (UTC)

@sentientmachin3 Does the directory /usr/lib/python3.11/site-packages/spotipy/ exist on your system? Have you rebuilt python-spotipy after the python upgrade from 3.10 to 3.11?

sentientmachin3 commented on 2023-06-03 09:20 (UTC) (edited on 2023-06-03 09:21 (UTC) by sentientmachin3)

I'm getting an error when running spotdl, here is the stack

Traceback (most recent call last): File "/usr/bin/spotdl", line 5, in <module> from spotdl import console_entry_point File "/usr/lib/python3.11/site-packages/spotdl/__init__.py", line 13, in <module> from spotdl.console import console_entry_point File "/usr/lib/python3.11/site-packages/spotdl/console/__init__.py", line 5, in <module> from spotdl.console.entry_point import console_entry_point File "/usr/lib/python3.11/site-packages/spotdl/console/entry_point.py", line 9, in <module> from spotdl.console.download import download File "/usr/lib/python3.11/site-packages/spotdl/console/download.py", line 7, in <module> from spotdl.download.downloader import Downloader File "/usr/lib/python3.11/site-packages/spotdl/download/downloader.py", line 19, in <module> from spotdl.download.progress_handler import ProgressHandler File "/usr/lib/python3.11/site-packages/spotdl/download/progress_handler.py", line 23, in <module> from spotdl.types.song import Song File "/usr/lib/python3.11/site-packages/spotdl/types/song.py", line 9, in <module> from spotdl.utils.spotify import SpotifyClient File "/usr/lib/python3.11/site-packages/spotdl/utils/spotify.py", line 16, in <module> from spotipy import Spotify ModuleNotFoundError: No module named 'spotipy' The installation went fine, resetting the cache does not affect the issue. The tool works when installed via pip

TheTimBrick commented on 2023-05-15 14:26 (UTC)

@pekarr Thanks for the reply, I thought I already rebuilt it but that was late at night and it could have timed out, I will try again when I get home.

TheTimBrick commented on 2023-05-15 14:26 (UTC)

@pekarr Thanks for the reply, I thought I already rebuilt it but that was late at night and it could have timed out, I will try again when I get home.

pekkarr commented on 2023-05-15 13:59 (UTC)

@TheTimBrick You need to rebuild python-spotipy and python-spotdl. To avoid this issue in the future, installing the rebuild-detector package can be useful to detect packages needing rebuilds during a system upgrade, since not all AUR maintainers bump pkgrel when a rebuild is needed.

TheTimBrick commented on 2023-05-15 11:56 (UTC)

As of recently spotdl has stopped working due to python being updated to version 3.11 in the repo's while this packages site-packages seem to still be in 3.10. I have almost no understanding of how python and their modules / site-packages work but I tried copying it over to 3.11 to no avail.

Running spotdl results in:

Traceback (most recent call last):
  File "/usr/bin/spotdl", line 5, in <module>
    from spotdl import console_entry_point
ModuleNotFoundError: No module named 'spotdl'

As the interpreter for spotdl is python -> python3 -> python3.11, which no module is found for that version of python.

garfi commented on 2023-04-01 11:38 (UTC)

thanx for work :)

aminvakil commented on 2023-03-26 10:23 (UTC)

@TheTimBrick Glad to hear it's been fixed and thanks for stating the solution as well.

TheTimBrick commented on 2023-03-25 23:03 (UTC)

@aminvakil python-klepto had marked python-h5py as a check / optional dependency as you said, which then depended on hdf5, which was replaced by hdf5-openmpi and marked hdf5 as conflicting. python-h5py could be substituted for python-h5py-openmpi (is what I'm assuming is meant by the packages in the parentheses) which depended on hdf5-openmpi instead of hdf5, which solved my issue and I was able to upgrade again :D