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 On Linux #17

Open
JamesPickersgill opened this issue Aug 25, 2023 · 1 comment
Open

Installation On Linux #17

JamesPickersgill opened this issue Aug 25, 2023 · 1 comment

Comments

@JamesPickersgill
Copy link

The is currently no install option for on Linux. I have found unzipping the windows file, and replacing ST2/inline-packages/pyclipper/_pyclipper.cp310-win_amd64.pyd with a linux specific version (copy pyclipper/_pyclipper.cpython-311-x86_64-linux-gnu.so from pip install pyclipper), zipping and installing makes everything work fine if anyone else is trying to install this on linux.

@Ednaordinary
Copy link

Deleting the individual inline package directories (either in the zip or in ~/.config/blender/4.1/scripts/addons/ST2/inline-packages post-install) like pathops, pyclipper, uharfbuzz then installing in the blender python version (beware: installs in your system env for 3.11 too) also seems to work, since ST2 is now relying on linux packages instead of win targetted embedded packages

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

2 participants