Date: Tue, 14 Jun 2016 18:35:52 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 207750] math/py-numpy: Run-time errors as it can't find /usr/local/lib/gcc48/libgfortran.so.3 Message-ID: <bug-207750-21822-GEc99Dj7Xb@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-207750-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-207750-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207750 Olivier Duchateau <olivierd@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olivierd@FreeBSD.org --- Comment #2 from Olivier Duchateau <olivierd@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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207750-21822-GEc99Dj7Xb>
