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
Copy file name to clipboardExpand all lines: assets/Troubleshooting.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,3 +49,6 @@ This issure could be fix by "conda install tabulate=0.8.10", more details refer
49
49
50
50
## Issue for installing mamba
51
51
You might encounter the issue when you intall the mamaba with your connda version. Downgrading your mamba to 1.#.# versions might fix it. The version used for building the pipeline is v0.15.3.
52
+
53
+
## "ImportError: libffi.so.6: cannot open shared object file: No such file or directory" after OS upgrading
54
+
This could be fixed by creating a softlink name that points to the exsiting file in the folder of /miniconda3/envs/MEDIPIPE/lib/, more details refer to [here](https://stackoverflow.com/questions/61875869/ubuntu-20-04-upgrade-python-missing-libffi-so-6/63329830#63329830)
0 commit comments