Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does it run on Python 3.12? #47

Open
bluekoala7588 opened this issue Oct 22, 2024 · 2 comments
Open

Does it run on Python 3.12? #47

bluekoala7588 opened this issue Oct 22, 2024 · 2 comments

Comments

@bluekoala7588
Copy link

bluekoala7588 commented Oct 22, 2024

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?

@Zorziel
Copy link

Zorziel commented Nov 6, 2024

I am able to get this to run with Python 3.12 after running pip install setuptools as suggested here: https://stackoverflow.com/questions/7446187/no-module-named-pkg-resources

@darkdragn
Copy link
Owner

darkdragn commented Nov 8, 2024

I am able to get this to run with Python 3.12 after running pip install setuptools as suggested here: https://stackoverflow.com/questions/7446187/no-module-named-pkg-resources

Sorry, I've been out of pocket with my son in the hospital.

I'll add that as a dependency for newer python versions and push a new release later this evening

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants