-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find installation file structure change in changelog #126226
Comments
Which dependency are you using (or installing?) and how are you creating virtual environments? Maybe the changed behavior is due to the dependency or the software for managing the virtual environment and not the changed python version. Without further details is a bit hard to judge what is happening. |
My colleague who set it up says that the change was probably in the Python package |
What's the output of python -VV? Which shell are you running this in? |
My colleague just found this issue! |
That issue is 12 years old, and as near as I can tell was never implemented. Your problem is most likely due to the 3.11.7 version you're using being part of mingw or cygwin or similar. This is not a Python bug, so I'm going to close this issue. You should ask for help at https://discuss.python.org/c/help/7, or maybe StackOverflow. |
On Windows, I have a Python dependency that used to install the virtual Python environment in a
./Scripts/
directory (Python 3.11.0). Recently my automated Python installation started installing Python in a./bin/
directory instead (Python 3.11.7).Which Python versions does this change apply to?
I can't find it in the changelogs.
The text was updated successfully, but these errors were encountered: