File name too long when installing Python 3.8 on MacOS 15.2 #3849
Unanswered
joshuataylor
asked this question in
Troubleshooting
Replies: 1 comment
-
this doesn't seem to be related to mise |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Trying to install Python 3.8.12 on MacOS 15.1:
On Debian 12, it seems to work:
.mise.toml:
To Reproduce
mise --version
2024.12.20 macos-arm64 (2024-12-25)
Expected behavior
Python 3.8.12 compiles on MacOS.
mise doctor
outputAdditional context
Seems like mise might need to check the max length for paths for tmp installs, I've ran into similar problems with my SSHControlPath on MacOS being too long without much effort.
Beta Was this translation helpful? Give feedback.
All reactions