rez icon indicating copy to clipboard operation
rez copied to clipboard

An integrated package configuration, build and deployment system for software

Results 254 rez issues
Sort by recently updated
recently updated
newest added

On Windows, as a non-administrator, running `rez-bind --quickstart` yields the following stack trace. ```bash $ rez-bind --quickstart Binding platform into C:\Users\me\packages... 16:28:43 WARNING Skipping installation: Package variant already exists: C:\Users\me\packages\platform\windows\package.py[]...

[3.0.5.zip](https://github.com/AcademySoftwareFoundation/rez/files/8888316/3.0.5.zip) Trying to build Imath with the attached setup gives me: ``` Executing: c:\program files (x86)\microsoft visual studio\2017\community\common7\ide\commonextensions\microsoft\cmake\cmake\bin\cmake.exe C:\Users\anders\AppData\Local\Temp\rez-cook\imath\3.0.5 -Wno-dev -DCMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT=TRUE -D_ECLIPSE_VERSION=4.3 --no-warn-unused-cli -DCMAKE_INSTALL_PREFIX=c:\users\anders\packages\imath\3.0.5 -DCMAKE_MODULE_PATH=%CMAKE_MODULE_PATH% -DCMAKE_BUILD_TYPE=Release -DREZ_BUILD_TYPE=local -DREZ_BUILD_INSTALL=0 -G NMake...

bug

Parenthesized asserts like `assert(cond)` are incorrect in py3 - they are equiv to asserting on a tuple, and will always be True. Furthermore this is now causing a list of...

bug

Closes: https://github.com/nerdvegas/rez/issues/1298 Adds `to_environment_name` - converts a Rez package family name to what its equivalent environment variable text.

The package conflicts error message can be misleading and confusing sometimes. Possibly caused by missing platform-specific variants for implicit package requests. **Environment** * osx 12.4 * Rez version 2.111.2 *...

bug

Please comment on this issue if you're interested in becoming a member of the TSC. Being a member involves attending the TSC meetings (which I believe would be fortnightly), where...

ASWF

PowerShell consumes forward slashes in path names just fine. CMake occasionally barfs on backslashes. Therefore this PR just uses forward slashes for pwsh and everything is happy.

virtualenv is LGPL, it must be removed from the project. This means that py

ASWF
task

Fixes: https://github.com/nerdvegas/rez/issues/1274 Added missing `self.package_paths` so get_resolve_diff produces correct results. This is safe to do because of the existing `self.package_paths != other.package_paths` check, above.

When install rez with command sudo python ./install.py, it always shows error: ``` python .\install.py Traceback (most recent call last): File ".\install.py", line 40, in import venv ModuleNotFoundError: No module...

bug