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
Issue: Unable to install airavata-mft-cli after successfully installed the gprc and gprc-tools.
configuration: M1 mac pro, python version 3.11.6
I did exactly what #104 does, but I am still unable to install airavata-mft-cli.
python3.11 -m pip install grpcio==1.51.1
python3.11 -m pip install grpcio-tools==1.51.1
I successfully install grpcio and grpcio-tools after these two command
python3.11 -m pip install airavata-mft-cli
after run this command, the installation failed with the following error.
The text was updated successfully, but these errors were encountered:
@KevinYan2025 Sorry for the late follow-up. Did you mange to get the issue resolved?
I think the issue is with python3.11. After I change to python3.10 everything is working fine.
Issue: Unable to install airavata-mft-cli after successfully installed the gprc and gprc-tools.
configuration: M1 mac pro, python version 3.11.6
I did exactly what #104 does, but I am still unable to install airavata-mft-cli.
python3.11 -m pip install grpcio==1.51.1
python3.11 -m pip install grpcio-tools==1.51.1
I successfully install grpcio and grpcio-tools after these two command
python3.11 -m pip install airavata-mft-cli
after run this command, the installation failed with the following error.
The text was updated successfully, but these errors were encountered: