[Bug 250380] textproc/py-feedparser: fails to import with lang/python39

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Apr 15 20:15:59 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250380

--- Comment #31 from Sofian Brabez <sbz at FreeBSD.org> ---
Hi,

You can only use 5.2.1 version with python2.7, after feedparser is python 3
only. For you information the f-string formatting f"" is python3.6 minimum.

You might be able to install the 5.2.1 version using the command below.

$ sudo pip install feedparser==5.2.1 

Also, you are not using the FreeBSD port or package here. FYI, python2.7 will
be not supported anymore, it's time to upgrade :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-python mailing list