AcademySoftwareFoundation / rez

An integrated package configuration, build and deployment system for software
https://rez.readthedocs.io
Apache License 2.0
938 stars 332 forks source link

Install fails on MacOS when creating venv #1609

Closed jeffwdis closed 8 months ago

jeffwdis commented 8 months ago

Installation hangs when creating a virtual environment. It appears that the copy of python that venv creates is not executing. So may be an issue with venv for that python release?

Environment

To Reproduce

  1. Launch the above OS and install Python 3.10.13
  2. run the rez install.py script

Expected behavior I expected rez to install. I ran a previous install with rez 2.112.0 and it worked as expected.

Actual behavior Installation hangs during virtual environment creation.

Related Issues/PRs I believe the issue is a result of this PR specifically the changes made to create_virtual_environment in install.py

Regression It worked in rez 2.112.0 I have not tested it on the versions between that and 2.114.1

jeffwdis commented 8 months ago

After further testing I've found that the previous version is hanging at the same exact place, same machine same OS same version of Rez that worked previously. I'm not sure what is causing this. I'm going to go ahead and close this issue, it might be isolated to our machine builds.