Pantakan Kanprawet

Results 16 comments of Pantakan Kanprawet

what is the path look like ? @Danfoa i'm using miniconda ``` $ which python /home/touutae/miniconda3/envs/tf/bin/python ``` my include path is PYTHON_INC = /home/touutae/miniconda/envs/tf/include/python3.8 PYTHON_LIB = /home/touutae/miniconda/envs/tf/lib

```proto syntax = "proto3"; /* * Ping Services Definition. * ////// Send a Ping ///// * // Ping // * /////////////////////// */ /* * */ service Ping { rpc Ping...

```scala ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / scalaVersion := "3.3.1" lazy val root = (project in file(".")) .settings( name := "protobuf" ) libraryDependencies ++= Seq( "com.thesamet.scalapb" %% "scalapb-runtime" %...

```scala addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6") libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.11" ```

```scala addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.2") ```

```bash sbt compile [info] welcome to sbt 1.9.8 (Eclipse Adoptium Java 11.0.21) [info] loading settings for project protobuf-build from plugin.sbt,protoc.sbt ... [info] loading project definition from C:\Users\myuser.any\Project\protobuf\project [info] loading settings...

@thesamet I have try comment out enablePlugin(PekkoGrpcPlugin) and correct the version of all dependency the issue still insist

it return error in sub-command ![image](https://github.com/scalapb/ScalaPB/assets/58826535/097c6ba6-a9ff-4a11-af2c-6fc97144da9d)

Current scala library that used for cross build is scala 2.13.10, and my version for implementation is 3.3.1

I can't even with template, currently run on Window 11, with Intelij Ultimate ![image](https://github.com/scalapb/ScalaPB/assets/58826535/14751ce3-4ec9-42ba-8518-0f50aa3b889a)