LyunKi
LyunKi
> Could you please provide your `example.proto` file? ```protobuf syntax = "proto3"; package example; service Diner { rpc Eat(Order) returns (Check) {} } enum Item { SPAM = 0; EGGS...
事实上让我很困惑的是,一开始用的是命令行,是能够生成对应的文件的.后来下了protoc-grpcio后,他的demo无法运行-. - .后面还试了试grpc-rust.也是可以自动生成相关文件的. 下面这是完整的报错信息 ``` running: "/home/lynss/softwares/envs/cmake" "/home/lynss/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/grpcio-sys-0.4.2/grpc" "-DgRPC_INSTALL=false" "-DgRPC_BUILD_CSHARP_EXT=false" "-DgRPC_BUILD_CODEGEN=false" "-DCMAKE_INSTALL_PREFIX=/home/lynss/projects/rust/protoc-grpcio/example/target/debug/build/grpcio-sys-47cecebc29b1342c/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_BUILD_TYPE=Debug" build script failed, must exit...
> When I run the example I get: > > ``` > ~/git-repos/protoc-grpcio|master λ> cargo run --manifest-path example/Cargo.toml --bin server > Compiling grpcio-sys v0.4.2 > Compiling example v0.0.1 (/home/QAQ/git-repos/protoc-grpcio/example) >...
> When I run the example I get: > > ``` > ~/git-repos/protoc-grpcio|master λ> cargo run --manifest-path example/Cargo.toml --bin server > Compiling grpcio-sys v0.4.2 > Compiling example v0.0.1 (/home/QAQ/git-repos/protoc-grpcio/example) >...
> When I run the example I get: > > ``` > ~/git-repos/protoc-grpcio|master λ> cargo run --manifest-path example/Cargo.toml --bin server > Compiling grpcio-sys v0.4.2 > Compiling example v0.0.1 (/home/QAQ/git-repos/protoc-grpcio/example) >...
besides , the module build failed is ' failed to run custom build command for `grpcio-sys v0.4.2` '.and when i google it , i found a problem likes mine ,and...
it seems my fault... cause when I had to try to use the tower-grpc,the same error happened with 'permission denied'.     
Clion's teminal had been set into oh_my_zsh...
> @LyunKi Hi! Can you confirm if you still experience the issue after upgrading to the latest version of the Expo SDK (run `npx expo upgrade` and accept all prompts)....
> > > > hey can you just tell me how you fall back to previous version and resolve the error cause i am facing same help me! Just use...