-
Notifications
You must be signed in to change notification settings - Fork 6
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
Poetry build_backend #64
Comments
Did you try just running setup.py in develop:
yes this will be nice when that PR is merged |
Yes this will work if |
Hm ok, I didn't get that deprecation warning last time I tried this. I will make necessary changes specified here in the 'reorg' branch and update the pyenv + poetry set-up instructions there before closing this |
done |
* Allow load to resolve priority list of paths Fixes #42 * Add support for parsing multianimal position data Fixes #55 * add plot for experiment-level average time spent at different locations of the arena * update docker stuff * Merge remote-tracking branch 'origin/datajoint_pipeline' * python package changes for docker install * docker updates * fix context path * fix dockerfile path * docker ghcr.io PAT instructions for private repo * use datajoint_pipeline for actions branch * pull latest conda/mamba image * Docker updates (#7) * new branch avoid build * changes to docker dev yml * user group settings * minor updates * update docker image * docker container paths permissions fixes * minor rename * refactor docker for aeon_db worker * incorporate thinhs changes * get env for linux amd64 * image updates * add script for sudo * process root dirs separately then concat * some keys not in json file * docker env updates * update sciviz deployment * confirm API works, revert back the temporary changes in `chunkdata` * gh actions github context * change cache type * remove old cache * devcontainer updates * dockerfile updates * docker updates * docker updates * Docker updates (#61) Updates to docker and trigger gh actions * test action * env instructions * fix repo owner * add locked envs * Docker updates Updates to docker and trigger gh actions * docker updates * docker updates * rm tmp dir gh actions * rm tmp dir gh actions * add back api fix * gh action * none path * docker updates * Docker ingestion tested (#64) * docker updates * try without cache * debug buildx * ingestion updates Co-authored-by: glopesdev <glopesdev@users.noreply.github.com> Co-authored-by: Thinh Nguyen <thinh@vathes.com> Co-authored-by: Jai Bhagat <jkbhagatio@gmail.com>
How is everyone doing development (poetry equivalent of
pip install -e .
) using poetry as the build-backend? Appendingsys.path
? Full package install not in dev mode? Poetry core hasn't released this merged PR yet that implements PEP 660. I think after that release we will only need apyproject.toml
file and nosetup.cfg
orsetup.py
.In order to use
pip install -e
I have to have the following files:setup.cfg
setup.py
pyproject.toml
The text was updated successfully, but these errors were encountered: