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
I encountered an issue while trying to install the dependencies for the project using the requirements.txt file. The installation process fails when attempting to generate metadata for the numpy package.
Environment
Operating System: Windows
Python Version: Mention your Python version (e.g., Python 3.10)
Pip Version: Mention your pip version (e.g., pip 23.2.1)
Virtual Environment: Yes, created with venv
Steps to Reproduce
Clone the repository.
Navigate to the server directory.
Run the command: pip install -r requirements.txt
Full error message is attached.
Additional Notes
It seems like a compiler is required but not available. The log mentions vswhere.exe is missing and multiple compilers (icl, cl, gcc, etc.) were not found.
The issue might be related to missing build tools, such as Microsoft Visual C++ Build Tools.
Possible Solutions Tried
Verified that Visual Studio or Build Tools are not installed on my system.
Confirmed that the issue persists when re-trying with the latest pip and virtual environment.
Can you help me sir to resolve this error so that i can further procced and do some contribution
The text was updated successfully, but these errors were encountered:
I encountered an issue while trying to install the dependencies for the project using the requirements.txt file. The installation process fails when attempting to generate metadata for the numpy package.
Environment
Operating System: Windows
Python Version: Mention your Python version (e.g., Python 3.10)
Pip Version: Mention your pip version (e.g., pip 23.2.1)
Virtual Environment: Yes, created with venv
Steps to Reproduce
Clone the repository.
Navigate to the server directory.
Run the command: pip install -r requirements.txt
Full error message is attached.
Additional Notes
It seems like a compiler is required but not available. The log mentions vswhere.exe is missing and multiple compilers (icl, cl, gcc, etc.) were not found.
The issue might be related to missing build tools, such as Microsoft Visual C++ Build Tools.
Possible Solutions Tried
Verified that Visual Studio or Build Tools are not installed on my system.
Confirmed that the issue persists when re-trying with the latest pip and virtual environment.
Can you help me sir to resolve this error so that i can further procced and do some contribution
The text was updated successfully, but these errors were encountered: