-
What am I doing wrong here? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Which platform do you use? Some platforms do not have compilation tools. Here is the platform support for all the wheels: https://github.com/0x676e67/rnet/actions/runs/19567086725 |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for reply. I am using AlmaLinux but I was expecting that it can be installed via pypi.org but I managed to install it from source by cloning the git and then running |
Beta Was this translation helpful? Give feedback.
-
|
This is a binding library, so it can’t support every platform. In special cases, you may need to compile the wheel yourself. |
Beta Was this translation helpful? Give feedback.
This is a binding library, so it can’t support every platform. In special cases, you may need to compile the wheel yourself.