Install/Build
Unable to install via pip, building wheel fails on Windows 10 and python 3.10.7, there is an error when cargo tries to build.
It would also be great if you could creating wheels so that target machines doent need to install a rust compiler. =)
error[E0433]: failed to resolve: could not find unix in os
--> src\socket.rs:19:14
|
19 | use std::os::unix::io::AsRawFd;
| ^^^^ could not find unix in os
error[E0599]: no method named `as_raw_fd` found for struct `Socket` in the current scope
--> src\socket.rs:160:20
|
160 | Ok(self.io.as_raw_fd())
| ^^^^^^^^^ method not found in `Socket`
Some errors have detailed explanations: E0433, E0599.
For more information about an error, try `rustc --explain E0433`.
error: could not compile `gufo_ping` due to 2 previous errors
Describe the issue:
Install/Build Unable to install via pip, building wheel fails on Windows 10 and python 3.10.7, there is an error when cargo tries to build.
It would also be great if you could creating wheels so that target machines doent need to install a rust compiler. =)
error[E0433]: failed to resolve: could not find
unix
inos
--> src\socket.rs:19:14 | 19 | use std::os::unix::io::AsRawFd; | ^^^^ could not findunix
inos
Reproduce the code example:
Error message:
Python version information
3.10.7 (tags/v3.10.7:6cc6b13, Sep 5 2022, 14:08:36) [MSC v.1933 64 bit (AMD64)]
Gufo Ping version information
-
Operation system version
W10 1809