Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by Wilson Edwards
at 2025-02-05 00:23:20
Point:500 Replies:1 POST_ID:829298USER_ID:12108
Topic:
python;
I try to upgrade my python version from 3.6 to 3.9
I also get ,glibc error /lib64/libm.so: undefined reference to `__strtod_nan@GLIBC_PRIVATE'
and solved it ....just checked all glibc, libm , libc, all version is matched to , for exmaple.2.18version
relink, ln -sfn /lib64/libm-2.18.so libm.so.6 //before is libm-2.31.so not matched
after the above error solved, I get other error
at make altinstall, got the error
error _testembed.c:1767: undefined reference to `__gcov_indirect_call_profiler'
just following the instruction as reference link
Installation python 3.9 reference:
Accepted Solution
Author: Wilson Edwards replied at 2025-02-05 00:26:01
500 points Excellent
The problem is at Development Tootls
sudo yum groupinstall "Development Tools" -y // error, not works
yum groups mark install "Development Tools" //now it workspython 3.9 installation is completed nowhttps://unix.stackexchange.com/questions/585275/where-do-i-get-development-tools-for-centos-7-when-trying-to-install-via-yum