Matt Davis

Results 643 comments of Matt Davis

My opinion is not to merge this function that is not in use by pipenv, and to invest more time into defining what would give pipenv package publication abilities. I...

Thanks for your feedback, I think we can consider this, along with another idea I've been having is a `PIPENV_DEFAULT_CATEGORIES` env var that would always work with the a pre-defined...

@lemuelkn Sure, try to pull from issues that are tagged Contributor Candidate to start and feel free to open any PRs that might be useful. We can sync up more...

Its kind of two things, we are requiring you supply a ref to the branch so in your case `git+https://github.com/lewiswolf/graphs.git @master` and because your setup.py is more complicated it breaks...

I opened a PR that solves your example, but needs more testing/review -- also still requires you to specify the ref in the git url though.

> As in I should just use: > > ```python > setup( > name='package-name', > ) > ``` > > ? The other package I tried it with uses scikit-build,...

@lewiswolf your setup by is probably too complicated for the editable install issue, you will have to supply the package name yourself with `pipenv install package_name @ -e ./kymatio` For...

> pipenv install package_name @ -e ./kymatio also did not work for me. Ah you're right, the name @ format isn't supported for file installs. I was able to reproduce...

I don't recommend installing pipenv via brew -- I run the latest version on mac OS for work, but I install it using pip.

I haven't been able to reproduce the double git+ thing so no updates at this time.