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
Hi, after upgrading to Ubuntu 24.04 from 22.04 I tried to install the party-dl again. I used pipx instead of pip3 and venv.
But I always get the error: File "/home/koala/.local/share/pipx/venvs/party/lib/python3.12/site-packages/marshmallow_jsonschema/__init__.py", line 1, in <module> from pkg_resources import get_distribution ModuleNotFoundError: No module named 'pkg_resources'
Hi, after upgrading to Ubuntu 24.04 from 22.04 I tried to install the party-dl again. I used pipx instead of pip3 and venv.
But I always get the error:
File "/home/koala/.local/share/pipx/venvs/party/lib/python3.12/site-packages/marshmallow_jsonschema/__init__.py", line 1, in <module> from pkg_resources import get_distribution ModuleNotFoundError: No module named 'pkg_resources'
The suggestions on this post don't work for me.
But I found some major Change happens in Python 3.12 as to not use pkg_resources any more.
Can anyone confirm if this app runs on Python 3.12?
The text was updated successfully, but these errors were encountered: