Jean-Christophe Morin
Jean-Christophe Morin
@brycegbrazen Can you try with https://github.com/JeanChristopheMorinPerso/rez-pip/pull/75? You can install it and then do ``` pip wheel --no-deps git+https://github.com/shotgunsoftware/[email protected] ``` and then ``` rez-pip2 sgtk*.whl ``` or you can also use...
Thanks for testing! I'll take a note of the white space issue. >Question: Isn't a pip install from a directory supposed to create a wheel? So that shouldn't cause any...
Hi @brycegbrazen , can you provide me with the full output logs please? Also, could you try with `rez-pip2 'boxsdk[jwt]==3.9.2' --python-version 3.7` (quoting `boxsdk[jwt]==3.9.2`)? I remember seeing something like this...
No, it logs everything to stdout/stderr.
I just tried on my side and it's working. And from what I see in your log, it seems like it also worked for you. The extra is called `jwt`...
I see ``` INFO Creating rez package for cryptography INFO Installing cryptography-41.0.5 [platform-windows, arch-AMD64, python-3.7] INFO Created 1 variants and skipped 0 INFO Creating rez package for PyJWT INFO Installing...
Ah yeah. Well, the boxsdk package will be boxsdk only... We don't try to merge things (as it would be had to know what you really want to do. If...
Maybe ephemerals could help, but it would need some investigation to see if they would work or not.
Hi @MrLixm thanks a lot for creating this PR and for the great PR description :) First of all, rez-pip was not designed to be used as an API. I...
Hi @MrLixm, thanks for opening this issue! It's an interesting us case that I haven't put a lot of thought into. I started to think about the package name but...