eliemichel / LilySurfaceScraper

Import shaders end environments in Blender from a single URL
Other
598 stars 59 forks source link

Install lxml using pip does not work in windows? #60

Open orija opened 4 years ago

orija commented 4 years ago

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)

benthillerkus commented 4 years ago

Can you post the errors?

eliemichel commented 4 years ago

Does it still fail after restarting blender ?

zack-seiler commented 4 years ago

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

eliemichel commented 4 years ago

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

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

import lxml
lxml.__file__