AYPfzU92g7M4aH39-ODVPzqxll48V opened a new issue, #104:
URL: https://github.com/apache/airavata-mft/issues/104

   **Describe the bug**
   Unable to install airavata-mft with Python3.11. I get the following errors: 
   -> ERROR: Could not build wheels for grpcio, grpcio-tools, which is required 
to install pyproject.toml-based projects <br />
   
   **To Reproduce**
   To reproduce, <br />
   1) Install python3.11 <br />
   2) If you have already installed airavata-mft, create a virtual environment 
with python3.11. <br />
   3) To create venv: <code> python3.11 -m venv <path> </code> <br />
   4) To activate venv: <code> source <path>/bin/activate </code> <br />
   5) <code> python3.11 -m pip install airavata-mft-cli </code>
   6) Error I got is shown in the following screenshot.
   
   <img width="1536" alt="Screenshot 2023-06-20 at 10 51 33 AM" 
src="https://github.com/apache/airavata-mft/assets/124709697/7641650d-de5a-4fb9-b2da-5cedf8b6afb2";>
   
   
   **Expected behavior**
   To install successfully <br />
   
   **Additional context 1**
   System Configuration: <br />
   1) Processor: <code>2.4 GHz 8-Core Intel Core i9</code>
   2) Operating System: <code>macOS Ventura Version 13.4</code> 
   3) Python version: <code>3.11.4</code> <br />
   
   **Additional context 2**
   Even though [this](https://github.com/apache/airavata-mft/issues/71) issue 
is for M1/M2 Macs, I found this issue similar to the above error. This issue 
had a solution which is to install a specific version of grpcio and 
grpcio-tools. But installing those gave an error in python3.11<br />
   On entering the following to the testvenv activated above: <br/>
   <code>python3.11 -m pip install grpcio==1.47.0rc1</code> <br />
   I got the following error <br />
   <img width="1536" alt="Screenshot 2023-06-20 at 11 17 08 AM" 
src="https://github.com/apache/airavata-mft/assets/124709697/f422764b-a1ab-4076-8392-970c9fec1496";>
   
   I tried the second command in the solution of 
[this](https://github.com/apache/airavata-mft/issues/71) issue.
   On entering the following to the testenv activated above: <br />
   <code>python3 -m pip install grpcio-tools==1.47.0rc1</code><br />
   I got the following error <br />
   
   <img width="1536" alt="Screenshot 2023-06-20 at 11 25 07 AM" 
src="https://github.com/apache/airavata-mft/assets/124709697/1758f4f0-c171-4c6c-a5b8-805645132d21";>
   
   <br /><br />
   
   **Additional context 3**
   I was able to successfully install the airavata-mft after downgrading to 
python3.10. Since I was not able to install airavata-mft with python3.11, I am 
posting this issue.
   
   
   
   


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