What am I doing wrong here? |
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 |
|
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 |
|
This is a binding library, so it can’t support every platform. In special cases, you may need to compile the wheel yourself. |
This is a binding library, so it can’t support every platform. In special cases, you may need to compile the wheel yourself.