maehara-n commented on issue #1455:
URL: https://github.com/apache/age/issues/1455#issuecomment-1922895358

   @jrgemignani  I have reviewed the update, but it will not solve the problem.
   The solution you provided assumes working within the age project, which 
includes:
   ```
   age
     drivers
       golang
         age
         parser
         samples  
         myapp
           age_wrapper_sample.go
           main.go
           sql_api_sample.go
   ```
   However, my "myapp" project is structured as follows:
   ```
   myapp
     age_wrapper_sample.go
     main.go
     sql_api_sample.go
     go.mod
     go.sum
   ```
   The content of go.mod is:
   ```
   module myapp
   
   go 1.21.5
   
   require (
        github.com/apache/age/drivers/golang v0.0.0-20240131070327-1e11acb19d14
        github.com/lib/pq v1.10.9
   )
   
   require (
        github.com/antlr/antlr4/runtime/Go/antlr/v4 
v4.0.0-20230321174746-8dcc6526cfb1 // indirect
        golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
   
   )
   ```
   There is no "install.sh" in myapp project and Java is not installed either. 
   The reason for the error with the go driver is that there is no file in the 
age repository.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to