[Bug 258563] devel/py-qt5: missing egg-info, invisible to pip
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Sep 18 02:28:34 BST 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258563
--- Comment #2 from Jakub Ĺ ebek <jamertwo at 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-packages
(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 `pkg
install py38-qt5`, isn't.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list