Hi, 

We do have the `grpc.experimental` module used in multiple places across 
the library, and it looks like it is possibly missing for you. 
Can you check if the command `(echo "import grpc" ; echo "import 
grpc.experimental") | python` provides any error?

If that works without an error, please provide the output of `pip freeze` 
and some code to repro this issue locally.
On Wednesday, October 2, 2024 at 2:15:55 AM UTC+5:30 cbrohm wrote:

> I have been running into this error everytime I try and run a loader 
> service. It contacts data from an api, (with a loader.proto file to go with 
> it), transforms that data into an object, and persists it into a database 
> (with a persister.proto to go with it). All 3 terminals, one with the 
> persister service running , one with the loader service running, and the 
> script to pull it all together all return the same error, albeit a 
> different format. 
> I gRPC is of the latest version (1.66.2) , and other endpoints with the 
> same process work without the experimental error.
> If anyone has any suggestions to this error, please let me know. 
> Thanks!
> [image: Screenshot 2024-09-30 at 10.39.37 PM.png]
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/e0a86612-7acf-46f9-971c-2d9db27438a3n%40googlegroups.com.

Reply via email to