Homebrew 2.5.4 can't create virtualenv with python3.7 #35
Unanswered
mndeveci
asked this question in
Everyday usage
Replies: 1 comment 8 replies
-
Try changing the venv = virtualenv_create(libexec, Formula["[email protected]"].opt_bin/"python3") That worked for me locally. I'll look into it more tomorrow to figure out why this only started happening with the latest version. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We are trying to build our bottle by creating a virtual environment in python3.7 as it can be seen here; https://github.com/aws/homebrew-tap/blob/7c0e71838c690ed009117d3bf6eff46bba3fd164/Formula/aws-sam-cli.rb#L27
Starting from today, that line is failing with creation of the virtual environment, the exception is;
We were able to build it on Oct 1st with brew version 2.5.2.
Could this be related to latest changes, especially the ones related to python3.9 and virtual environment upgrades?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions