You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Poetry by default will install your project’s package everytime you run install unless using the option --no-root. When exporting an environment.yaml and installing it to a conda virtual environment the root project package is not installed.
Also it is not possible to "sneak" this in as an optional, editable dependency or even a git dependency since Poetry is not happy about the self-loop.
The text was updated successfully, but these errors were encountered:
Poetry by default will install your project’s package everytime you run
install
unless using the option--no-root
. When exporting an environment.yaml and installing it to a conda virtual environment the root project package is not installed.Also it is not possible to "sneak" this in as an optional, editable dependency or even a git dependency since Poetry is not happy about the self-loop.
The text was updated successfully, but these errors were encountered: