dnorthup-ums
dnorthup-ums
Still / again an issue: ``` ]$ uname -a Linux drew-northup.unet.maine.edu 6.8.11-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Sun May 26 20:05:41 UTC 2024 x86_64 GNU/Linux ]$ python3 --version Python 3.12.3 ``` Working...
Verified: There's something off about python3 the way it is "shipped" by Fedora With `attr` installed: ``` ]$ python3 Python 3.12.3 (main, Apr 17 2024, 00:00:00) [GCC 13.2.1 20240316 (Red...
Does it work better if you replace `lib/shlib_relToAbsPath` with the version in https://github.com/kward/shlib/blob/master/functions/shlib_relToAbsPath ?
Note, it is going to take me at least 8 hours to regenerate this information, at best, so I'm very angry right now.
I found the answer, and I'm still not pleased. If a package is going to completely abandon the previous data storage location (in 0.1.6 and earlier: `~/.kb`) then upon upgrade...
@ogaida One would have to take a look at how it finds the python interpreter. There might be another gotcha as well.
@ogaida Looking in libs/interpreters-lookup.js I'm guessing that you're running a version of python newer than 3.5 or installed someplace other than where this code expects to find it. I'm contemplating...
@ogaida I have no good way to force the plugin to use the Python & Ansible binaries in your WSL environment, but you did remind me to update some other...
@ogaida Do you have any feedback on the suggested fix ( #58 )?
@ogaida Ok, after more testing your original suspicion turns out to be right: Any further runtime integration will require using an existing wsl install. If you'd like to help with...