Create an opportunity of choosing python version to run auto-py-to-exe. #371
PovarIsSFEDU
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
@brentvollebregt ping, still upvote 🙈 |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use Unfortunately I couldn't use the dashes as it's not valid in module names. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings everyone! Just ran into a probably not huge, but still a problem:
Steps to reproduce
3.11.0 (x64)
,3.9.5 (x64)
,3.8.10 (x32)
I'm using all of this versions im my projects (
3.8
due to a need of Windows-7 compatibility).So, when i tried to use py version that differs from
PATH
highest place, I've realized that auto-py-to-exe runs ONLY WITH defaultPATH
version. No match for me, so i've tried manual operations to start it with3.8
but nothing helps. You can install it withcommand, but neither find nor use it (it installs in
C:/Users/<User>/AppData/Roaming/Python/Python<version>/site-packages
and is prohibited to use).So the question for devs is - may be (in some way) it is possible to choose different py version to run auto-py-to-exe? 'Cause I've just manually uninstalled all py-s except
3.8
😥Beta Was this translation helpful? Give feedback.
All reactions