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

Linux/Macos install #228

Open
thefunguy010 opened this issue Feb 12, 2023 · 1 comment
Open

Linux/Macos install #228

thefunguy010 opened this issue Feb 12, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@thefunguy010
Copy link

So when installing this for Ubuntu blender a error message popped up and the fix was this command
$ python3 -m pip install lxml

So on installation could it do this command?

Yes I know in releases you put a command to do but I found that for windows and I did not know what it was doing (Somewhat).

@thefunguy010 thefunguy010 added the enhancement New feature or request label Feb 12, 2023
@eliemichel
Copy link
Owner

Running python3 -m pip install lxml installs lxml on your system-wide installation of Python. It does work when your system-wide version matches the major version of Blender's Python, but it does not work in general and it's imho bad design to have a Blender addon automatically affecting system things.

I've tried in the past running automatically this installation using Blender's embedded Python, but it turned out to be too complicated to maintain, especially since I don't have a mac to test on (and Mac has 2 CPU architectures to test now..)

In theory the add-on's zip contains the whole lxml module for all systems, so if it did not work for you, please share the lxml module that you've installed and let me know your OS version so that I can add it to the release zip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants