Summary: | www/py-notebook: Import error with {numpy,matplotlib,scipy,pandas} libgcc_s.so.1 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | David Kalliecharan <dave> | ||||
Component: | Individual Port(s) | Assignee: | Danilo G. Baio <dbaio> | ||||
Status: | Closed Overcome By Events | ||||||
Severity: | Affects Some People | CC: | dbaio, john, kestel, kevinz5000, rm | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(python) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Issue described here: https://wiki.freebsd.org/libgcc%20problem My personal workaround is to: env LD_LIBRARY_PATH=/usr/local/lib/gcc6 Before running anything the python that requires numpy. (In reply to Kevin Zheng from comment #1) +1, I also overcome that with adding following line /etc/libmap.conf libgcc_s.so.1 /usr/local/lib/gcc6/libgcc_s.so.1 This smells like bug 201348 did. Hi. I've tested those imports after ports r528548 (www/py-notebook: Update to 6.0.3) and it seems fixed. If this is still an issue, please reopen this bug. |
Created attachment 194855 [details] Jupyter Error output for numpy Installed py36-notebook from packages will start up fine. However, attempting to import {numpy,matplotlib,scipy,pandas} will cause an Import error about libgcc_s.so.1 not being correct. Importing {numpy,matplotlib,scipy,pandas} into ipython3-3.6 terminal, or python3 directly works as expected. Attached is the error output from jupyter for numpy specifically.