Issues with Python and terminal emulators #312
IsmarCostabile
started this conversation in
General
Replies: 3 comments
-
Hi @IsmarCostabile, We released a new package that you can download here. Please, let us know if the problem solves! Cheers, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, yes issue now appears to be fixed |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed the issue for me as well, I used v3.7.7 from the homebrew cask before. |
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
-
On my m1 pro mac book starting: "kathara vstart -n pc1 --eth 0:A" from "wezTerm"
with katharas terminal emulator choice set to either iTerm or default macOS terminal.
results in the following error:
"clear && "/usr/local/bin/kathara" connect -v -l pc1 && exit
❯ clear && "/usr/local/bin/kathara" connect -v -l pc1 && exit
[PYI-12714:ERROR] Failed to load Python shared library '/var/folders/j9/dzdwyry57s17bv2sd_qhhh_r0000gn/T/_MEIp4VJ6B/Python': dlopen: dlopen(/var/folders/j9/dzdwyry57s17bv2sd_qhhh_r0000gn/T/_MEIp4VJ6B/Python, 0x000A): tried: '/var/folders/j9/dzdwyry57s17bv2sd_qhhh_r0000gn/T/_MEIp4VJ6B/Python' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/var/folders/j9/dzdwyry57s17bv2sd_qhhh_r0000gn/T/_MEIp4VJ6B/Python' (no such file), '/var/folders/j9/dzdwyry57s17bv2sd_qhhh_r0000gn/T/_MEIp4VJ6B/Python' (no such file)"
this issue does not occur when using tmux as the choice of terminal emulator.
I can still manually execute "kathara" connect -v -l pc1" and have access to the shell.
Beta Was this translation helpful? Give feedback.
All reactions