You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nebari comes with libstdc++.so.6 installed, but its not up to date.
scipy is looking for libstdc++.so.6: version 'GLIBCXX_3.4.29' but this isn't available on Nebari.
I can install an updated version into my conda env by installing this package libstdcxx-ng. However, scipy will still attempt to look for it here /lib/x86_64-linux-gnu/libstdc++.so.6.
The workaround is to add an extra entry to my LD_LIBRARY_PATH that points to my conda env where its installed.
Feature description
Nebari comes with
libstdc++.so.6
installed, but its not up to date.scipy
is looking forlibstdc++.so.6: version 'GLIBCXX_3.4.29'
but this isn't available on Nebari.I can install an updated version into my conda env by installing this package
libstdcxx-ng
. However,scipy
will still attempt to look for it here/lib/x86_64-linux-gnu/libstdc++.so.6
.The workaround is to add an extra entry to my
LD_LIBRARY_PATH
that points to my conda env where its installed.export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/conda/kcpevey@quansight.com/envs/kcpevey@quansight.com-alpha/lib
This solution works but is rather hacky.
Value and/or benefit
An up to date Nebari that can be used without workarounds.
Anything else?
No response
The text was updated successfully, but these errors were encountered: