Matt Davis

Results 723 comments of Matt Davis

**1. Problem Summary:** The issue questions the use of `base64.urlsafe_b64encode` in generating a unique hash for the virtual environment directory name. The user believes using `hex()` might be sufficient and...

You are getting cmake errors trying to build one of your dependencies -- I don't believe its a pipenv error. Are you able to build it fine via pip?

@ucola when you first create your pipenv virtualenv, what is the command you use to instantiate it? Meaning, do you somewhere pass in a `--site-packages` flag near the beginning of...

I believe this is resolved on `2024.2.0` but I checked it on https://github.com/pypa/pipenv/pull/6282 which contains some further improvements to the install routine.

We haven't released this branch yet, but could you give it a whirl: https://github.com/pypa/pipenv/pull/6282

@ucola Does running with `--verbose` give more clues on what the resolution failure is?

Hmmm, I don't believe the pip resolver ever could resolve against already installed packages and would have to build the wheel, but if you are just trying to install packages,...

It looks like you're encountering an issue while trying to install the pyarrow package on a FreeBSD system. The key problem appears to be missing LLVM dependencies required for the...

@juanitosvq Yeah this is expected behavior; there exists a compromise between the desire to not have something like `django-debug-toolbar` upgrade the version of `Django` in dev that is pinned in...

I am wondering if this could be rechecked on `2024.3.0`?