Matt Davis

Results 600 comments of Matt Davis

There are a few things going on, but the one that blocks me from getting further is I also cannot install it using pip: ``` matte@LAPTOP-N5VSGIBD MINGW64 ~/Projects/pipenv-triage/torch $ pip...

As I said, I had installed torch right before that -- I believe the building of `python setup.py egg_info` is not considering other installed packages. Also you didn't answer my...

> Yes, i was able to install it, by removing that hash part from url. Do you mean the subdirectory fragment? If so, then you are technically not installing the...

@strufkin the sub-directory issue was fixed in 2023.9.1 so your issue is probably different and related to the ast parsing of the setup.py to determine package name. Without more details...

Worth checking against https://pypi.org/project/pipenv/2023.9.8/

I can resolve it, but turns out I won't be able to install it because that repository does not yet support windows. ``` matte@LAPTOP-N5VSGIBD MINGW64 ~/Projects/pipenv-triage/issue-5913 $ cat Pipfile [[source]]...

In the above example, `pipenv sync --categories="prereq default"`

@Bec-k have you had a chance to try the most recent pipenv version or my suggestions? Unfortunately this dependency both requires CUDA (which I have on my host OS) but...

@oz123 in the `.virtualenvs` directory there was a virtualenv for almost every unit test each time it had run.

Could you help me verify if this is still an issue on this overhaul branch: https://github.com/pypa/pipenv/pull/5793