pip
pip could not install a local directory because it is not a Python project
pip was asked to install a local directory, but the folder does not contain the project metadata files pip needs to treat it as an installable Python package.
pip
pip was asked to install a local directory, but the folder does not contain the project metadata files pip needs to treat it as an installable Python package.
Observed message
Directory '<path>' is not installable. Neither 'pyproject.toml' nor 'setup.py' found.
Why it happens
How to fix it
Official reference
pip installRelated errors
Explore more