No module named 'poetry.masonry'
MarshallAsch opened this issue · 1 comments
MarshallAsch commented
I believe that this line:
Line 46 in e900dd1
should be
build-backend = "poetry.core.masonry.api"
It is causing issues when I have sem = {git = "https://github.com/signetlabdei/sem", rev = "develop"}
in my pyproject.toml file
This is also preventing the develop branch from being loaded using pip install from a requirements file