Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issues on openSUSE Leap #216

Closed
korcankaraokcu opened this issue Sep 6, 2023 · 1 comment
Closed

Installation issues on openSUSE Leap #216

korcankaraokcu opened this issue Sep 6, 2023 · 1 comment

Comments

@korcankaraokcu
Copy link
Owner

Apparently Leap is using an old python version that's causing issues within the installation. The commands below installs the latest python and replaces the default version. It's a bit invasive but clean. I won't be including this within the installation script until Leap updates the python version to something recent

sudo zypper install python311 python311-devel python3-distorm3
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 18
cd PINCE
python3 -m venv .venv/PINCE
. .venv/PINCE/bin/activate
.venv/PINCE/bin/python3 -m pip install --upgrade pip
deactivate
sh install_pince.sh

You must change the gdb path to /usr/bin/gdb via settings after installation

@korcankaraokcu
Copy link
Owner Author

korcankaraokcu commented May 12, 2024

AppImage binaries are available for users and we've stopped supporting SUSE for local dev installations, closing this issue

@korcankaraokcu korcankaraokcu closed this as not planned Won't fix, can't repro, duplicate, stale May 12, 2024
@korcankaraokcu korcankaraokcu unpinned this issue May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant