https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250380
--- Comment #31 from Sofian Brabez <s...@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. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"