apache / airavata-mft

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

Can't install MFT on Intel Mac #119

Closed ganning127 closed 8 months ago

ganning127 commented 9 months ago

Describe the bug Can't install MFT on Intel Mac

To Reproduce Steps to reproduce the behavior:

  1. Setup virtual venv
  2. pip3 install airavata-mft-cli

I've also run into this error without the venv

Expected behavior MFT should install properly without error.

Screenshots

Screenshot 2024-02-09 at 11 44 45 AM

Additional context I'm using an Intel I9 Mac

DImuthuUpe commented 8 months ago

Can you try pip3 install airavata-mft-cli==0.1.22 ?

ganning127 commented 8 months ago

Resolved. I needed to downgrade my Python version to 3.10