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

installation error using python 3.12 #1050

Open
wolass opened this issue May 24, 2024 · 1 comment
Open

installation error using python 3.12 #1050

wolass opened this issue May 24, 2024 · 1 comment

Comments

@wolass
Copy link

wolass commented May 24, 2024

Installation of bugwarrior depends on readfp which is not available for pythin 3.12...

Therefore I am getting a following error:

AttributeError: 'BugwarriorConfigParser' object has no attribute 'readfp'. Did you mean: 'read'?

reference link:
https://bugs.launchpad.net/lazr.restfulclient/+bug/2041407

Tested 2 installation options: source and apt package for ubuntu.
Tested 2 versions of bugwarrior 1.7 and 1.8

all giving the same error.

What can be done here?

@ryneeverett
Copy link
Collaborator

A few options:

  1. Use python<3.12.
  2. Use a development version of bugwarrior from the last 6 months.
  3. Patch bugwarrior-1.8. This shouldn't be very involved. See support for python 3.12 #1019.

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

2 participants