Traceback (most recent call last):
File "/usr/bin/deemix", line 33, in <module>
sys.exit(load_entry_point('deemix==1.5.13', 'console_scripts', 'deemix')())
File "/usr/bin/deemix", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib/python3.8/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 783, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/usr/lib/python3.8/site-packages/deemix/__main__.py", line 4, in <module>
from deemix.app.cli import cli
File "/usr/lib/python3.8/site-packages/deemix/app/__init__.py", line 1, in <module>
from deemix.api.deezer import Deezer
File "/usr/lib/python3.8/site-packages/deemix/api/deezer.py", line 1, in <module>
import eventlet
File "/usr/lib/python3.8/site-packages/eventlet/__init__.py", line 10, in <module>
from eventlet import convenience
File "/usr/lib/python3.8/site-packages/eventlet/convenience.py", line 7, in <module>
from eventlet.green import socket
File "/usr/lib/python3.8/site-packages/eventlet/green/socket.py", line 21, in <module>
from eventlet.support import greendns
File "/usr/lib/python3.8/site-packages/eventlet/support/greendns.py", line 69, in <module>
setattr(dns.rdtypes.IN, pkg, import_patched('dns.rdtypes.IN.' + pkg))
File "/usr/lib/python3.8/site-packages/eventlet/support/greendns.py", line 59, in import_patched
return patcher.import_patched(module_name, **modules)
File "/usr/lib/python3.8/site-packages/eventlet/patcher.py", line 123, in import_patched
return inject(
File "/usr/lib/python3.8/site-packages/eventlet/patcher.py", line 100, in inject
module = __import__(module_name, {}, {}, module_name.split('.')[:-1])
File "/usr/lib/python3.8/site-packages/dns/rdtypes/IN/WKS.py", line 24, in <module>
_proto_tcp = socket.getprotobyname('tcp')
OSError: protocol not found
Search Criteria
Package Details: deemix 3.6.6-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/deemix.git (read-only, click to copy) |
---|---|
Package Base: | deemix |
Description: | A barebone deezer downloader library |
Upstream URL: | https://gitlab.com/RemixDev/deemix-py |
Keywords: | deezer deezloader downloader |
Licenses: | GPL3 |
Submitter: | crabvk |
Maintainer: | crabvk |
Last Packager: | crabvk |
Votes: | 18 |
Popularity: | 0.000000 |
First Submitted: | 2020-05-30 01:43 (UTC) |
Last Updated: | 2023-05-05 11:54 (UTC) |
Dependencies (8)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-deezer-pyAUR
- python-eventlet
- python-mutagen (python-mutagen-gitAUR)
- python-pycryptodomex
- python-setuptools (make)
- python-spotipyAUR (python-spotipy-gitAUR) (optional) – download using metadata from Spotify
Required by (0)
Sources (1)
bkb commented on 2020-10-15 15:25 (UTC)
wioo commented on 2020-10-02 05:19 (UTC)
@vyachkonovalov Thnx for reply. Yeah, any version of deemix wont work with dnspython 2.0.0. Its python-eventlet fault. See https://github.com/eventlet/eventlet/issues/619
crabvk commented on 2020-10-01 20:24 (UTC) (edited on 2020-10-01 20:26 (UTC) by crabvk)
@wioo
Hi. You could downgrade python-dnspython to 1.16.0-3, deemix 1.5.6 doesn't work with dnspython 2.0.0
wioo commented on 2020-10-01 05:15 (UTC)
See my comment under deemix-git.
Th30 commented on 2020-10-01 01:18 (UTC) (edited on 2020-10-01 01:24 (UTC) by Th30)
Hi, deemix (AUR) doesn't work anymore. The installation via pip seems to work. https://codeberg.org/RemixDev/deemix/issues/65
Terence commented on 2020-06-27 11:42 (UTC)
I see, thanks for the clarification maximbaz.
maximbaz commented on 2020-06-26 23:46 (UTC)
FYI the rule of thumb to use is that "variation" packages should provide and conflict with "main" package, so deemix
should contain neither provides
nor conflicts
because it's a "main" package, and all other packages like deemix-git
, deemix-beta
, etc etc, should have provides=(deemix)
and conflicts=(deemix)
.
crabvk commented on 2020-06-07 07:15 (UTC)
@kokokoshka
All credit goes to the author (RemixDev), but here you could press 'Vote for this package'. Thanks.
kokokoshka commented on 2020-06-06 21:37 (UTC)
Awesome program. Thanks for uploading to AUR.
Terence commented on 2020-06-02 13:41 (UTC)
Oups yeah my bad, thanks for the fix!
Pinned Comments
crabvk commented on 2020-10-16 15:41 (UTC) (edited on 2021-03-01 20:22 (UTC) by crabvk)
In order to download via spotify fill your credentials in ~/.config/deemix/authCredentials.json. You could obtain them in the Dashboard, see instructions here.