Matt Davis

Results 600 comments of Matt Davis

Sounds like your issue relates more to ssh cloning, because you need an ssh key that gives you access to that project. Typically you want to use https urls for...

Even on pip, when I try to clone a repo with ssh that my key doesn't have access to, I get rejected. ![image](https://github.com/pypa/pipenv/assets/479892/e5a716eb-030c-4846-bd08-a396beaf992f)

This worked for me, I understand its https, but I don't have access to that repo to test ssh with: `$ pipenv install git+https://github.com/cglwn/leftpad-pypi.git@master` I also tested it with pydantic:...

I think I found the issue is colon vs slash -- not sure if github changed how they are exporting the ssh URL in the UI or not, but this...

No, we are switching to semver. https://github.com/pypa/pipenv/discussions/6014

We can do the major 3000 thing when we do our next major version release (have some install API changes planned and same for uninstall), but until then it's going...

Please try specifying the `name@` prefix syntax before specifying your editable requirement, I think its struggling on identifying the correct name from the project config for your library.

Hmmm, I'll have to think on this more, just wondering though which shell, is it windows power shell? I want to be able to reproduce the issue.

@asrelo thanks for providing an example -- I am checking it out, but I do see that the local file install doesn't have a pyproject.toml, or setup.cfg or setup.py so...

git bash, cmd.exe and powershell are all working on mine: ``` C:\Users\matte\Projects\pipenv-triage\pipenv-issue-6068-demo>pipenv install . Loading .env environment variables... Installing .... Resolving .... Installation Succeeded Installing dependencies from Pipfile.lock (95c512)... To...