David Hotham
David Hotham
sure, I expect that a pull request to make exclude more like include would be welcome too. But - it'll be more work, #3380 has been open for some time...
You could try asking `lmdb` to publish a suitable wheel. Then neither you nor anyone else would have to figure out how to build that project from source. They publish...
> Is it even a thing? yes, I really think it is likely only an accident that lmdb omits this
> because by default is relying on system git to pull the repo this is backwards, in fact `poetry config experimental.system-git-client true` is what turns on the system git client...
I believe you can find plugins that do this sort of thing, I doubt that it will become a part of poetry itself
Search "botocore" to find duplicates, please close
Poetry 2.0 made your plugin redundant, one can now set the python version for the wheel metadata independent of the locking constraint.
poetry relies on virtualenv for environment creation - see [here](https://github.com/python-poetry/poetry/blob/500a313d68637cbd317171c567280a10eaabae3c/src/poetry/utils/env/env_manager.py#L678). probably you should verify that you can reproduce your findings using virtualenv directly, and then go talk to that project
You have raised this as a docs bug, but what you have done has no basis in the documentation. Suggest uninstalling everything and trying again, but this time follow the...