Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"pip install -e ." does not work #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

scenaristeur
Copy link

~/dev/sparql-langchain$ pip install -e .
ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /home/user/dev/sparql-langchain (A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.)

~/dev/sparql-langchain$ pip install -e .
ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /home/user/dev/sparql-langchain
(A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.)
@supreme-core
Copy link

Should also update README.md

@mihaineagu98
Copy link

can be fixed by adding this at the end of the project.toml file:

[tool.hatch.build.targets.wheel]
packages = ["./"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants