Date: Sat, 18 Sep 2021 01:28:34 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 258563] devel/py-qt5: missing egg-info, invisible to pip Message-ID: <bug-258563-21822-mnfStvO5Uv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-258563-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-258563-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=3D258563 --- Comment #2 from Jakub =C5=A0ebek <jamertwo@gmail.com> --- (In reply to Kubilay Kocak from comment #1) Yes, it is. Here is what I did: $ virtualenv --system-site-packages testenv Using base prefix '/usr/local' New python executable in /usr/home/jakubsebek/testenv/bin/python3.8 Also creating executable in /usr/home/jakubsebek/testenv/bin/python Installing setuptools, pip, wheel... done. $ source testenv/bin/activate (testenv) $ pip install pillow Requirement already satisfied: pillow in /usr/local/lib/python3.8/site-pack= ages (8.2.0) (testenv) $ pip install PyQt5 Collecting PyQt5 Using cached PyQt5-5.15.4.tar.gz (3.3 MB) Installing build dependencies ... -^canceled You can see that pillow, which has been installed with `pkg install py38-pillow`, is found as expected. PyQt5, which has been installed with `p= kg install py38-qt5`, isn't. --=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-258563-21822-mnfStvO5Uv>