-
Notifications
You must be signed in to change notification settings - Fork 26
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
PIP Install - Error relocating /usr/lib/libpython3.10.so.1.0: #18
Comments
Why don't you follow the Automatic steps? |
Thank you for your answer. |
Are you using the new octowrt image linked? |
In fact, I started with the tuto of Hypermakes, the goal is to install of course Octoprint. |
Read the github repo. Follow the Automatic steps |
I flashed the : fluiddWrt-FACTORY-ramips-mt76x8-creality_wb-01-squashfs-k5.10.46.binn.bin from KlipperWrt v2.1. Then after configuration and the first script execution , I switched to you (wonderful, thank you :) ), git. I didn't flash the sysupgrade bin as advised in the automatic configuration |
Ok I got it, I'm gonna flash your version and I keep you posted. |
Read the github repo guide. You need to flash the Octowrt image |
thank you and sorry because I didn't follow your steps ! |
@ihrapsa, |
Hello,
Thanks for your help.
During the installation I get stuck after dependencies installation.
just after : opkg install v4l-utils.... the wget command starts to failed (Error relocating).
I removed wget-ssl and reinstalled wget and I could go on.
But after Python3 installation, trying to install Octoprint I got those errors :
root@KlipperWrt:/# pip install Octoprint==1.7.3
Error relocating /usr/lib/libpython3.10.so.1.0: __getitimer_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __setitimer_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __sigtimedwait_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __pthread_cond_timedwait_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __dlsym_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __lstat_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __gettimeofday_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __stat_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __wait3_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __localtime64_r: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __utimensat_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __futimens_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __clock_gettime64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __fstatat_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __getrusage_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __sem_timedwait_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __clock_settime64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __fstat_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __clock_getres_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __select_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __mktime64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __wait4_time64: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __gmtime64_r: symbol not found
Error relocating /usr/lib/libpython3.10.so.1.0: __sched_rr_get_interval_time64: symbol not found
root@KlipperWrt:/#
I'm lost.
I restarted the installation from scratch, but same thing.
Thank you for your help.
The text was updated successfully, but these errors were encountered: