FreeBSD Bugzilla – Attachment 144668 Details for
Bug 191865
math/py-numpy: Builds and stages egg-info directory but silently fails to install it
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Demonstation of problem under python3.4
reproduce-on-python3.4.txt (text/plain), 772 bytes, created by
John W. O'Brien
on 2014-07-14 18:11:42 UTC
(
hide
)
Description:
Demonstation of problem under python3.4
Filename:
MIME Type:
Creator:
John W. O'Brien
Created:
2014-07-14 18:11:42 UTC
Size:
772 bytes
patch
obsolete
>root@teratoid:~ # python3.4 >Python 3.4.1 (default, Jul 14 2014, 13:58:58) >[GCC 4.2.1 Compatible FreeBSD Clang 3.4 (tags/RELEASE_34/final 197956)] on freebsd10 >Type "help", "copyright", "credits" or "license" for more information. >>>> import pkg_resources >>>> import sys >>>> for d in sys.path: >... print("Searching {}".format(d)) >... for dist in pkg_resources.find_distributions(d): >... print(dist) >... >Searching >Searching /usr/local/lib/python34.zip >Searching /usr/local/lib/python3.4 >Searching /usr/local/lib/python3.4/plat-freebsd10 >Searching /usr/local/lib/python3.4/lib-dynload >Searching /usr/local/lib/python3.4/site-packages >setuptools 5.1 >nose 1.3.0 >>>> import numpy >>>> numpy.__file__ >'/usr/local/lib/python3.4/site-packages/numpy/__init__.py' >>>>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 191865
:
144664
|
144667
| 144668 |
144669
|
144707
|
144708