[Bug 207750] math/py-numpy: Run-time errors as it can't find /usr/local/lib/gcc48/libgfortran.so.3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 14 18:35:52 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207750

Olivier Duchateau <olivierd at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olivierd at FreeBSD.org

--- Comment #2 from Olivier Duchateau <olivierd at FreeBSD.org> ---
It's not Numpy's problem, but rather GNU Radio. I already encountered this
error with several applications (especially Pitivi devel release, Flowblade).

Import of modules with Numpy is very "fragile", it doesn't support circular
import (in fact relative import). GNU Radio must import each own modules
globally (it's not a trivial process, especially when there are many).

Using sys.path() method is generally helpful.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-python mailing list