my python version=3.9.21
my pip version=23.0.1
Hello, I am learning an open source software on GitHub, and the following error occurred when running a command "pip install -r requirements.txt"
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for fairseq
Failed to build fairseq
ERROR: Could not build wheels for fairseq, which is required to install pyproject.toml-based projects
But when I ran "pip list", I found that there was a pyproject.toml package in my directory. I didn't know where this problem came from. By the way, I am a python white mouse.
my pip version=23.0.1
Hello, I am learning an open source software on GitHub, and the following error occurred when running a command "pip install -r requirements.txt"
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for fairseq
Failed to build fairseq
ERROR: Could not build wheels for fairseq, which is required to install pyproject.toml-based projects
But when I ran "pip list", I found that there was a pyproject.toml package in my directory. I didn't know where this problem came from. By the way, I am a python white mouse.


