Replies: 7 comments
-
Hi Allen, I can install infinity-sdk in ubuntu 23.10 successfully as below:
You may download the .whl file from pypi: https://pypi.org/project/infinity-sdk/0.2.1/#files and install it manually, and tell me if it is successful or not. |
Beta Was this translation helpful? Give feedback.
-
just tried install with wheel, failed neither. [root@host-10-222-4-9 ~]# pip3 install infinity_sdk-0.2.1-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl [root@host-10-222-4-9 ~]# md5sum infinity_sdk-0.2.1-cp312-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl One more thing I would like to headup is I'm using centos 8 [root@host-10-222-4-9 ~]# uname -a [root@host-10-222-4-9 ~]# rpm -qa | grep glibc I understand ubuntu works, but my issue happens on centos and this OS is supported according your online doc |
Beta Was this translation helpful? Give feedback.
-
Would you also please provide the python version? |
Beta Was this translation helpful? Give feedback.
-
[root@host-10-222-4-9 ~]# python --version |
Beta Was this translation helpful? Give feedback.
-
I pull a centos8 docker image, compile and install the python 3.12.4 with pip 24.0. In this environment, I installed infinity-sdk with 0.2.1 successfully. |
Beta Was this translation helpful? Give feedback.
-
thanks for your feedback, will try again later. can you pls also provide the commands used to install python and pip? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I'm trying to deploy Infinity sdk on Centos 8 with pip , it always return error like below. I have tried use other sdk version, same error reported.
[root@host-10-222-4-9 ~]# pip install infinity-sdk==0.2.1
WARNING: Running pip install with root privileges is generally not a good idea. Try
pip3 install --user
instead.Collecting infinity-sdk==0.2.1
Could not find a version that satisfies the requirement infinity-sdk==0.2.1 (from versions: )
No matching distribution found for infinity-sdk==0.2.1
Beta Was this translation helpful? Give feedback.
All reactions