Skip to content
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

Closed
kapple19 opened this issue Oct 31, 2024 · 5 comments
Closed

Cannot find installation file structure change in changelog #126226

kapple19 opened this issue Oct 31, 2024 · 5 comments
Labels
docs Documentation in the Doc dir

Comments

@kapple19
Copy link

kapple19 commented Oct 31, 2024

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.

@kapple19 kapple19 added the docs Documentation in the Doc dir label Oct 31, 2024
@eendebakpt
Copy link
Contributor

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.

@kapple19
Copy link
Author

kapple19 commented Nov 1, 2024

My colleague who set it up says that the change was probably in the Python package venv.

@AA-Turner
Copy link
Member

What's the output of python -VV? Which shell are you running this in?

@kapple19
Copy link
Author

kapple19 commented Nov 1, 2024

.\python -VV returns the following:

  • "Working" version: Python 3.11.0 (main, Oct 24 2022, 18:26:48) [MSC v.1933 64 bit (AMD64)]
  • "Broken" version: Python 3.11.7 (main, Dec 7 2023, 09:09:57) [GCC UCRT 13.2.0 64 bit (AMD64)]

My colleague just found this issue!

@ericvsmith
Copy link
Member

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.

@ericvsmith ericvsmith closed this as not planned Won't fix, can't repro, duplicate, stale Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
Status: Todo
Development

No branches or pull requests

4 participants