[GH-ISSUE #6] 'pkce' is needed in the Dockerfile #186

Closed
opened 2026-03-01 16:03:31 +03:00 by kerem · 0 comments
Owner

Originally created by @ChilledSlim on GitHub (Mar 30, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/6

/app # python3 -m zotify
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/runpy.py", line 188, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "/usr/local/lib/python3.9/runpy.py", line 147, in _get_module_details
    return _get_module_details(pkg_main_name, error)
  File "/usr/local/lib/python3.9/runpy.py", line 111, in _get_module_details
    __import__(pkg_name)
  File "/app/zotify/__init__.py", line 26, in <module>
    from pkce import generate_code_verifier, get_code_challenge
**ModuleNotFoundError: No module named 'pkce'**

$ docker run --rm -v "$PWD/Zotify Music:/root/Music/Zotify Music" -v "$PWD/Zotify Podcasts:/root/Music/Zotify Podcasts" -it zotify

Traceback (most recent call last):
  File "/usr/local/lib/python3.9/runpy.py", line 188, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "/usr/local/lib/python3.9/runpy.py", line 147, in _get_module_details
    return _get_module_details(pkg_main_name, error)
  File "/usr/local/lib/python3.9/runpy.py", line 111, in _get_module_details
    __import__(pkg_name)
  File "/app/zotify/__init__.py", line 26, in <module>
    from pkce import generate_code_verifier, get_code_challenge
ModuleNotFoundError: No module named 'pkce'
Originally created by @ChilledSlim on GitHub (Mar 30, 2025). Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/6 ``` /app # python3 -m zotify Traceback (most recent call last): File "/usr/local/lib/python3.9/runpy.py", line 188, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/local/lib/python3.9/runpy.py", line 147, in _get_module_details return _get_module_details(pkg_main_name, error) File "/usr/local/lib/python3.9/runpy.py", line 111, in _get_module_details __import__(pkg_name) File "/app/zotify/__init__.py", line 26, in <module> from pkce import generate_code_verifier, get_code_challenge **ModuleNotFoundError: No module named 'pkce'** ``` $ docker run --rm -v "$PWD/Zotify Music:/root/Music/Zotify Music" -v "$PWD/Zotify Podcasts:/root/Music/Zotify Podcasts" -it zotify ``` Traceback (most recent call last): File "/usr/local/lib/python3.9/runpy.py", line 188, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/local/lib/python3.9/runpy.py", line 147, in _get_module_details return _get_module_details(pkg_main_name, error) File "/usr/local/lib/python3.9/runpy.py", line 111, in _get_module_details __import__(pkg_name) File "/app/zotify/__init__.py", line 26, in <module> from pkce import generate_code_verifier, get_code_challenge ModuleNotFoundError: No module named 'pkce' ```
kerem closed this issue 2026-03-01 16:03:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/zotify#186
No description provided.