-
Notifications
You must be signed in to change notification settings - Fork 9
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
Python 3.12 Support #11
Comments
Hey, I just merged some fixes for python 3.12 here: #12 I haven't tried it out on a live server yet, but the tests are passing at least. Give it a shot when you get a chance. |
I tried installing the latest and greatest on Mint 21.3/Python 3.10.12 before I attempt my dist-upgrade again to Mint 22/Python 3.12 but got an error.
I'll try again after the dist-upgrade completes and let you know if anything changes. |
Ok, making progress. I installed the python3-pip package from the repository. Now the install spits this back:
I installed the pipx package from the repository, then ran: Now, when I try to start pygopherd with the systemd service I had created for the previous version, I get this:
It's almost as if it can't find the version of pygopherd that pipx installed and I'm not sure how to force it to do so. |
Here's how I install and run inside of a virtual environment for local development and testing python3.12 -m venv venv
source venv/bin/activate
pip install .
pygopherd conf/local.conf The debian package is here, if you're on a debian-based distro you can run |
I installed the Debian package on Mint 22 and things got a little bit better:
I then tried the |
Pygopherd cannot run under Python 3.12.
The text was updated successfully, but these errors were encountered: