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.
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.