Error while loading shared libraries: libblas.so.3: cannot dynamically load position-independent executable #10103
Replies: 1 comment
-
|
Thank you for posting about this issue! Since you're seeing the same error when running The error indicates a problem with how shared libraries are linked in your conda environment. Here are some troubleshooting steps you might try:
Related IssueThere's a related issue at #9239 about R installations via conda, though that one is Windows-specific. I'm not sure what operating system you're running but it may help to keep track of that issue. If This Is Positron-SpecificIf you find that R works fine in your terminal after following these steps but still has issues in Positron, please create a formal issue with:
Let us know how these troubleshooting steps go! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
R in my conda environment was suddenly stuck when I was manipulating some big data. After restart R or Positron, I got this error.
And when I type R in the terminal (in the same conda). I got this error as title:
Error while loading shared libraries: libblas.so.3: cannot dynamically load position-independent executable.
Reinstalling R or openblas by "conda install -c conda-forge --force-reinstall "r-base=4.2.3" "libblas=*=*openblas"" did not work.
Beta Was this translation helpful? Give feedback.
All reactions