machristie commented on issue #104:
URL: https://github.com/apache/airavata-mft/issues/104#issuecomment-1599248175

   I ran into this with the airavata-django-portal-sdk, I found the following 
versions to work well (this was 6 months ago):
   
       grpcio-tools==1.48.2 ; python_version < "3.7"
       grpcio-tools==1.51.1 ; python_version >= "3.7"
       grpcio==1.48.2 ; python_version < "3.7"
       grpcio==1.51.1 ; python_version >= "3.7"
   
   
https://github.com/apache/airavata-django-portal-sdk/blob/master/requirements.txt#L8-L11
   
   Also, with the SDK we needed to support Python 3.6, but I wouldn't recommend 
that for MFT.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to