You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just Swift 5.9.0 using Swiftly on a fresh Fedora 38 and it seems like swift repl isn't working because of a missing Python version.
python3 --version tells me I'm on 3.11.5 and swift repl returns the following error:
/home/marius/.local/share/swiftly/toolchains/5.9.0/usr/bin/lldb: error while loading shared libraries: libpython3.9.so.1.0: cannot open shared object file: No such file or directory
I suspect installing Python 3.9 would fix the issue, but is there a way to get this out of the box with Swiftly?
The text was updated successfully, but these errors were encountered:
To work around this, I'd recommend just manually installing the required Python version, since unfortunately, I don't think there's anything swiftly or swiftly-install.sh can do for platforms other than the ones that have dockerfiles explicitly provided for them.
I just Swift 5.9.0 using Swiftly on a fresh Fedora 38 and it seems like
swift repl
isn't working because of a missing Python version.python3 --version
tells me I'm on 3.11.5 andswift repl
returns the following error:I suspect installing Python 3.9 would fix the issue, but is there a way to get this out of the box with Swiftly?
The text was updated successfully, but these errors were encountered: