-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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.7 incompatibility #2978
Comments
Oh dear; that's alarming! Thanks for pointing this out. It looks like we'll need a fix like this: |
Adrian, I'm having this issue too. How should I upgrade beets to apply your fix? |
Yo! I should release it very soon, but in the mean time there's an FAQ about that: |
Oh, yes. Funny, how I overlooked that FAQ entry. You're helpful as ever. Thanks so much. |
Perdon me, but I installed beets some days ago and the problem still persists. Hasn't the fix been pushed to the release yet? Do I need to get the code from git? |
No.
Yes. |
thanks |
Problem
After upgrading to the latest stable of Python an
AttributeError
is thrown due to changes in the regular expression module of python 3.7.This is related to following changes: python/cpython#1646
From what I saw
_pattern_type
is replaced byPattern
- see https://github.com/python/cpython/pull/1646/files#diff-daea55f2fca784d9a64ca8f190403904 aroundLine 267 - 272
Setup
My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: