Matt Davis

Results 600 comments of Matt Davis

@emmmhx The deprecation warning shouldn't be causing an actual error ... is that `1.1build1` coming from your own package? @nomis Ok sounds like a plan to open setuptools back up...

Can someone try this branch and see downgrading the setuptools specifier is enough? https://github.com/pypa/pipenv/pull/5087

@felipecrp its definitely been reported before the new versions about the warnings for pkg_resources. Here is an example, and there are a couple more if you search the closed issues:...

@alterclaw what happens if you pin your version of pip to 22.0.4?

Depends on: https://github.com/pypa/pipenv/pull/5373/files

@GPHemsley-RELX Can you comment if this is still an issue on the latest version(s) of pipenv? I believe on the current version we may actually require the format of environment...

Is this still an issue on latest pipenv?

@marsfan I think we have this issue reported multiple times in this backlog, can you check if this issue and the connected issues on that ticket are the same as...

I was able to install an editable dependency locally with `pipenv==2021.11.23` version tonight, I installed a local checkout of kombu. I think this issue can be resolved, https://github.com/pypa/pipenv/issues/4542#issuecomment-961785926 ``` (k2)...

@marsfan if you think this is still an issue on `2021.11.23` we can re-open it, as long as you provide a sample `setup.py` to use that time. I suspect however...