Matt Davis

Results 600 comments of Matt Davis

@turutcrane the MSYS2 variable might be promising -- the problem with sysconfig is with older versions of python like 3.7 -- I tried to introduce some usage of it prior...

Feel free to open a PR, my time is limited and may not be able to deep dive this soon.

@glensc Could you please check with the latest version of `pipenv==2022.11.23`? I believe @oz123 had a commit for this in requirementslib and it may very well be fixed now.

@glensc I just tried this and while its written the way you describe (without the name@ prefix) I actually don't run into any issues installing it in the main branch...

Also: > $ pipenv run pip freeze C:\Users\matte\AppData\Roaming\Python\Python310\Scripts\pipenv.exe\__main__.py:4: DeprecationWarning: Please do not use ANSI_COLORS_DISABLED, as it will be removed in future versions. Use NO_COLOR instead. C:\Users\matte\AppData\Roaming\Python\Python310\Scripts\pipenv.exe\__main__.py:4: DeprecationWarning: Please do not...

> and `pipenv requirements` output? (what the issue is about) Ah ok I didn't check `pipenv requirements` yet for this issue but `pipenv install` invokes lock (and I may have...

@glensc A lot has changed internal to pipenv (acknowledging that I broke a couple things in a major refactor that was released this past week but much of that has...

I am confused what the path forward is for projects like pipenv that test all mac os versions that are not EOL'd.

We cannot just change the way this is imported, because `elasticsearch_dsl` is importing it this way. I modified `elasticsearch_dsl` to change how it imports and this mocking library worked, but...

@RJPercival Unfortunately I just tried that change and was not able to get the mock to behave differently that way.