Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't install gcc-5 with the command #51

Open
rongmq8802 opened this issue Sep 6, 2021 · 5 comments
Open

I can't install gcc-5 with the command #51

rongmq8802 opened this issue Sep 6, 2021 · 5 comments

Comments

@rongmq8802
Copy link

Hello, thanks for your nice work.
I encountered a problem when installing gcc-5 with the command,and the error is as follows.
1630897391(1)

@geng-haoran
Copy link

I have the same problem!!

@geng-haoran
Copy link

geng-haoran commented Jan 10, 2022

I've solved this problem by copying the libmpfr.so.6 to lib as libmpfr.so.4, and retry the command~
Best wishes!

@Rurouni-z
Copy link

I've solved this problem by copying the libmpfr.so.6 to lib as libmpfr.so.4, and retry the command~ Best wishes!

please tell me where to find libmpfr.so.6 and the specific lib path, i use command: locate libmpfr.so.6, find it and i put it in anaconda3/envs/pointgroup/lib can not work and i put it in PointGroup(from github code)/lib and can't work too.
i already rename .so.6 to .so.4.
Thanks for your reply

@Rurouni-z
Copy link

Rurouni-z commented Oct 5, 2023

sudo ln -s /usr/lib/x86_64-linux-gnu/libmpfr.so.6 /usr/lib/x86_64-linux-gnu/libmpfr.so.4

solved!

@cChrister
Copy link

Try to download mpfr again: conda install conda-forge::mpfr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants