Bryce Gattis

Results 16 comments of Bryce Gattis

My immediate attempts failed. I tried first to activate the `venv` that is created by Rez. I installed Rez in `C:/Program Files/Rez`, and I am then running the venv's activate...

Yep creating the wheel in a path with no spaces worked fine and was able to create the Rez package as expected 💯

@JeanChristopheMorinPerso Question: Isn't a pip install from a directory supposed to create a wheel? So that shouldn't cause any issues with using rez-pip with a Git URL? I saw [this...

@JeanChristopheMorinPerso Does it actually log to a file? Not seeing anything in the docs that mention that so I figured I'd ask. Otherwise I can just upload the output from...

Looks like it includes those extra dependencies, but just doesn't include them as requirements in the `package.py`. I'll try quoting the package request next. ``` (Rez) λ rez-pip2 boxsdk[jwt]==3.9.2 --python-version...

Yeah I see it's installing those two extra dependencies, but it doesn't actually include them in the resolve when I run a `rez-env boxsdk`. I thought it'd include `PyJWT` and...