Date: Thu, 15 Apr 2021 20:15:58 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 250380] textproc/py-feedparser: fails to import with lang/python39 Message-ID: <bug-250380-21822-is4n14lEws@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-250380-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-250380-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250380 --- Comment #31 from Sofian Brabez <sbz@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=3D=3D5.2.1=20 Also, you are not using the FreeBSD port or package here. FYI, python2.7 wi= ll be not supported anymore, it's time to upgrade :) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250380-21822-is4n14lEws>