You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "AYPfzU92g7M4aH39-ODVPzqxll48V (via GitHub)" <gi...@apache.org> on 2023/06/21 15:31:21 UTC

[GitHub] [airavata-mft] AYPfzU92g7M4aH39-ODVPzqxll48V commented on issue #104: Unable to install airavata-mft with Python3.11

AYPfzU92g7M4aH39-ODVPzqxll48V commented on issue #104:
URL: https://github.com/apache/airavata-mft/issues/104#issuecomment-1601062544

   **Description**
   Thank you for the reply. I installed the <code>grpcio 1.51.1</code> and <code>grpcio-tools 1.51.1</code> as I'm experimenting with python3.11 (>= "3.7"). The installations of <code>grpcio</code> and <code>grpcio-tools</code> were successful. But the installation of <code>airavata-mft-cli</code> failed.<br />
   
   
   
   **To reproduce**
   I ran the following commands to install them with the required versions.
   The commands used to install <code>grpcio</code> and <code>grpcio-tools</code> are: <br />
   1) <code>python3.11 -m pip install grpcio==1.51.1</code>
   2) <code>python3.11 -m pip install grpcio-tools==1.51.1</code>
   
   The same can be seen in the following screenshot. <br />
   
   <img width="1536" alt="Screenshot 2023-06-21 at 10 52 09 AM" src="https://github.com/apache/airavata-mft/assets/124709697/1a384cf4-a8ad-4cd3-98db-dd036f3d55f3">
   
   <br /> <br />
   
   After installing <code>grpcio</code> and <code>grpcio-tools</code>, I ran the following command to install the <code>airavata-mft-cli</code>
   -> <code>python3.11 -m pip install airavata-mft-cli</code>
   
   But the installation failed with the following error. 
   -> ERROR: Could not build wheels for grpcio, grpcio-tools, which is required to install pyproject.toml-based projects<br />
   This is the same error I got before too. <br />
   
   This error can be seen in the following screenshot <br />
   
   <img width="1536" alt="Screenshot 2023-06-21 at 11 14 48 AM" src="https://github.com/apache/airavata-mft/assets/124709697/d7926b15-3b54-457b-8e58-8a26b6a39b05">
   
   <br />
   
   **Expected Behavior**
   To install successfully <br /><br />
   
   **Additional Context 1**
   The System configuration is the same as the one mentioned in my [previous comment](https://github.com/apache/airavata-mft/issues/104#issue-1765660051) on this issue. <br />
   And, all the commands are executed in a virtual environment which was created using the steps mentioned in my [previous comment](https://github.com/apache/airavata-mft/issues/104#issue-1765660051) on this issue <br/> <br />
   
   **Additional Context 2**
   Before Installing <code>grpcio</code> and <code>grpcio-tools</code>
   I ran the following to uninstall all the previously installed versions of <code>grpcio</code> and <code>grpcio-tools</code>
   1) <code>python3.11 -m pip uninstall grpcio</code>
   2) <code>python3.11 -m pip uninstall grpcio-tools</code>
   
   
   
   


-- 
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: issues-unsubscribe@airavata.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org