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

installing the library with editable mode #543

Closed
firstkingofrome opened this issue May 17, 2022 · 1 comment
Closed

installing the library with editable mode #543

firstkingofrome opened this issue May 17, 2022 · 1 comment

Comments

@firstkingofrome
Copy link

Hello, I am unsure of how to install .toml packages (such as this projects) in editable mode. Trying:

pip install -e .

returns the error (A "pyproject.toml" file was found, but editable mode currently requires a setuptools-based build.).

Based on some googling I also tried:
pip install --no-use-pep517 --editable .

What is the recomended approach for installing this package in editable mode?

Thank You!

I appreciate the assistance.

@nschloe
Copy link
Owner

nschloe commented May 17, 2022

That depends on pypa/setuptools#2816.

@nschloe nschloe closed this as completed May 17, 2022
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

No branches or pull requests

2 participants