I have a new strange behavior with some tools, as with Python pip
, reinstalling it didn't solve the problem. In /var/log/syslog
, there are also no special error messages.
A normal working pip
delivers this :
pip install wheel==10.10.10Defaulting to user installation because normal site-packages is not writeableERROR: Could not find a version that satisfies the requirement wheel==10.10.10 (from versions: 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.5, 0.6, 0.7, 0.8, 0.9, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.9.6, 0.9.7, 0.10.0, 0.10.1, 0.10.2, 0.10.3, 0.11.0, 0.12.0, 0.13.0, 0.14.0, 0.15.0, 0.16.0, 0.17.0, 0.18.0, 0.19.0, 0.21.0, 0.22.0, 0.23.0, 0.24.0, 0.25.0, 0.26.0, 0.27.0, 0.28.0, 0.29.0, 0.30.0a0, 0.30.0, 0.31.0, 0.31.1, 0.32.0, 0.32.1, 0.32.2, 0.32.3, 0.33.0, 0.33.1, 0.33.4, 0.33.5, 0.33.6, 0.34.0, 0.34.1, 0.34.2, 0.35.0, 0.35.1, 0.36.0, 0.36.1, 0.36.2, 0.37.0, 0.37.1, 0.38.0, 0.38.1, 0.38.2, 0.38.3, 0.38.4, 0.40.0, 0.41.0, 0.41.1, 0.41.2, 0.41.3, 0.42.0, 0.43.0)ERROR: No matching distribution found for wheel==10.10.10tarik@tata-nx1:~$
but newly, I get this :
tarik@tata-linux1:~/Downloads$ pip install wheel==10.10.10Defaulting to user installation because normal site-packages is not writeableLooking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/, https://packagecloud.io/github/git-lfs/pypi/simpleERROR: Ignored the following yanked versions: %s <<<<<<<<<<<<<<<<<ERROR: Could not find a version that satisfies the requirement %s (from versions: %s)<<<<<<<<<<<<<<<<<ERROR: No matching distribution found for wheel==10.10.10
The output delivers %s
instead of the string content. I have this problem also in VLLM, all logging is coming with %s
Does somebody know how to solve the problem?
tarik@tata-linux1:~$ uname -aLinux tata-linux1 6.5.0-44-generic #44~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Jun 18 14:36:16 UTC 2 x86_64 x86_64 x86_64 GNU/Linuxtarik@tata-linux1:~$ pythonPython 3.10.12 (main, Mar 22 2024, 16:50:05) [GCC 11.4.0] on linux