Rust and FreeBSD #379
josejachuf
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Rust-dependent packages do not download compiled, download and compile at the moment
For those who want to use emmett-crypto in FreeBSD, they must do the following:
pkg install rust
pip install emmett-crypto
Another example is orjson dependence, it is compiled at the time of installing
pip install orjson
Maybe you have to set the environment variable
I hope this can be helpful
Jose
Beta Was this translation helpful? Give feedback.
All reactions