apache / airavata-mft

Apache Airavata Managed File Transfer Services
https://airavata.apache.org
Apache License 2.0
32 stars 39 forks source link

Unable to install airavata-mft-cli on M1 mac #115

Closed KevinYan2025 closed 9 months ago

KevinYan2025 commented 9 months ago

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.

Screenshot 2024-01-26 at 2 39 18 PM
DImuthuUpe commented 9 months ago

@KevinYan2025 Sorry for the late follow-up. Did you mange to get the issue resolved?

KevinYan2025 commented 9 months ago

@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.