You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the spectralis example but I encountered some problems.
First when I followed the README instructions I couldn't run spectralis with error message:
RuntimeError: The grpc package installed is at version 1.62.3, but the generated code in grpc_service_pb2_grpc.py depends on grpcio>=1.66.1. Please upgrade your grpc module to grpcio>=1.66.1 or downgrade your generated code using grpcio-tools<=1.62.3.
I couldn't downgrade successfully so I created an environment with python 3.8 instead of python 3.7 which solved that problem but led to the following error when spectralis loads the model:
Hello,
I'm trying to run the spectralis example but I encountered some problems.
First when I followed the README instructions I couldn't run spectralis with error message:
I couldn't downgrade successfully so I created an environment with python 3.8 instead of python 3.7 which solved that problem but led to the following error when spectralis loads the model:
Thanks for your help in advance!
Best wishes,
John.
The text was updated successfully, but these errors were encountered: