LilySurfaceScraper icon indicating copy to clipboard operation
LilySurfaceScraper copied to clipboard

Install lxml using pip does not work in windows?

Open orija opened this issue 5 years ago • 4 comments

Installing the latest RC I cannot enable the add-on in windows 10. There is a fatal error with lxml not being there. Just many errors. (The previous version where you packaged it with the add-on, does work)

orija avatar Apr 06 '20 22:04 orija

Can you post the errors?

benthillerkus avatar Apr 07 '20 00:04 benthillerkus

Does it still fail after restarting blender ?

eliemichel avatar Apr 07 '20 22:04 eliemichel

I'm getting the exact same issue. Just a TON of fatal errors all around "No module named 'lxml'" I'd love to know how to fix this

zack-seiler avatar Apr 12 '20 00:04 zack-seiler

@orija @0grasshopper Does restarting Blender fix the issue?

Can you try in Blender's embbeded python console the following:

import lxml
lxml.__file__

eliemichel avatar Apr 20 '20 10:04 eliemichel