exellentcoin26

Results 4 comments of exellentcoin26

I have the same issue here, when i look at the file tree there is no file ffmpeg.cpp.o and there is no directory all!

When you do sys.path.append, you cannot do relative paths. it must be the full path of the folder linux or macos. This is how I did it. ``` #! /usr/bin/env...

I did not test this further, however, I found the following. The `sqlx prepare` command internally runs `cargo check (--workspace)` with the following env variables: `SQLX_TMP=`, `SQLX_OFFLINE="false"`, `SQLX_OFFLINE_DIR=`. If these...

You can also solve this by loading in the `.env` file during compilation from each crate separately. For example, using [dotenv-build](https://docs.rs/dotenv-build/0.1.1/dotenv_build/index.html) in the build script of each crate. You do...