Skip to content

Pip-based rez installation detected warning with installation script #1296

Discussion options

You must be logged in to vote

The path you need to add and the executables you need to use are the ones in \Scripts\rez. The installer should remove the ones direlctly in Scripts but there is a bug preventing this (see PR #1259).

The installer script patches the executables and moves them to the subfolder in order to isolate the rez execution environment from the environments it creates. This is not possible with a pip install, hence the warning. You should not see the warning if you add Scripts\rez to %PATH%.

If you look at the check (https://github.com/nerdvegas/rez/blob/1ecc85f638d11d70ed78d4bd9c5cdc6f32ac58c4/src/rez/cli/_entry_points.py#L52) it checks for the file in the same location as the executable. So if you…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@OlivierArgentieri
Comment options

Answer selected by OlivierArgentieri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants