You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bandcamp-dl exits with a stack trace, regardless of any arguments passed.
This appears to be due to the fact that the tomllib library was introduced with Python 3.11, which is not installed on Linux Mint 21.3 and other distros.
To Reproduce
$ bandcamp-dl
Traceback (most recent call last):
File "/home/apatters/.local/bin/bandcamp-dl", line 5, in
from bandcamp_dl.main import main
File "/home/apatters/.local/pipx/venvs/bandcamp-downloader/lib/python3.10/site-packages/bandcamp_dl/init.py", line 3, in
import tomllib
ModuleNotFoundError: No module named 'tomllib'
Desktop (please complete the following information):
OS: Linux Mint 21.3
$ python3 --version
Python 3.10.12
Thanks!
The text was updated successfully, but these errors were encountered:
Describe the bug
bandcamp-dl exits with a stack trace, regardless of any arguments passed.
This appears to be due to the fact that the tomllib library was introduced with Python 3.11, which is not installed on Linux Mint 21.3 and other distros.
To Reproduce
$ bandcamp-dl
Traceback (most recent call last):
File "/home/apatters/.local/bin/bandcamp-dl", line 5, in
from bandcamp_dl.main import main
File "/home/apatters/.local/pipx/venvs/bandcamp-downloader/lib/python3.10/site-packages/bandcamp_dl/init.py", line 3, in
import tomllib
ModuleNotFoundError: No module named 'tomllib'
Desktop (please complete the following information):
$ python3 --version
Python 3.10.12
Thanks!
The text was updated successfully, but these errors were encountered: