You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start with a clear and concise description of what the bug is, then provide:
Version of LilySurfaceScrapper: r-v1.8.0-rc2 ( same problem with rc1)
Version of Blender: 3.2.2 (but I have the same problem with 3.1.2 and 3.1.0)
Operating System: macOS Monterey vers 12.3 chip M1
Traceback (most recent call last):
File "/Applications/Blender3-3.app/Contents/Resources/3.2/scripts/modules/addon_utils.py", line 335, in enable
mod = import(module_name)
File "/Users//Library/Application Support/Blender/3.2/scripts/addons/LilySurfaceScraper/init.py", line 31, in
from . import frontend
File "/Users//Library/Application Support/Blender/3.2/scripts/addons/LilySurfaceScraper/frontend.py", line 10, in
from .CyclesLightData import CyclesLightData
File "/Users//Library/Application Support/Blender/3.2/scripts/addons/LilySurfaceScraper/CyclesLightData.py", line 9, in
from .LightData import LightData
File "/Users//Library/Application Support/Blender/3.2/scripts/addons/LilySurfaceScraper/LightData.py", line 7, in
from .ScrapersManager import ScrapersManager
File "/Users//Library/Application Support/Blender/3.2/scripts/addons/LilySurfaceScraper/ScrapersManager.py", line 26, in
from .Scrapers.AbstractScraper import AbstractScraper
File "/Users//Library/Application Support/Blender/3.2/scripts/addons/LilySurfaceScraper/Scrapers/AbstractScraper.py", line 31, in
from lxml import etree
ImportError: cannot import name 'etree' from 'lxml' (/Users/marcobizzarro/Library/Application Support/Blender/3.2/scripts/addons/lxml/init.py)
Hi,
you say "...install lxml manually by running the following command line in admin mode (adapt the path to your version and installation location of Blender):
I tried from "Blender-preferences-Addon instal" but it doesn't install anything and it didn't work anyway.
I don't know to instal manually the file ... can you help me please? Can you explain to me how to install the lxml or give me another solution? Thank you!
Ely
The text was updated successfully, but these errors were encountered:
Start with a clear and concise description of what the bug is, then provide:
Traceback (most recent call last):
File "/Applications/Blender3-3.app/Contents/Resources/3.2/scripts/modules/addon_utils.py", line 335, in enable
mod = import(module_name)
File "/Users//Library/Application Support/Blender/3.2/scripts/addons/LilySurfaceScraper/init.py", line 31, in
from . import frontend
File "/Users//Library/Application Support/Blender/3.2/scripts/addons/LilySurfaceScraper/frontend.py", line 10, in
from .CyclesLightData import CyclesLightData
File "/Users//Library/Application Support/Blender/3.2/scripts/addons/LilySurfaceScraper/CyclesLightData.py", line 9, in
from .LightData import LightData
File "/Users//Library/Application Support/Blender/3.2/scripts/addons/LilySurfaceScraper/LightData.py", line 7, in
from .ScrapersManager import ScrapersManager
File "/Users//Library/Application Support/Blender/3.2/scripts/addons/LilySurfaceScraper/ScrapersManager.py", line 26, in
from .Scrapers.AbstractScraper import AbstractScraper
File "/Users//Library/Application Support/Blender/3.2/scripts/addons/LilySurfaceScraper/Scrapers/AbstractScraper.py", line 31, in
from lxml import etree
ImportError: cannot import name 'etree' from 'lxml' (/Users/marcobizzarro/Library/Application Support/Blender/3.2/scripts/addons/lxml/init.py)
Hi,
you say "...install lxml manually by running the following command line in admin mode (adapt the path to your version and installation location of Blender):
"C:\Program Files\Blender Foundation\Blender 3.1\3.1\python\bin\python.exe" -m pip install lxml -t "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules"
But I don't know how to do this ... I tried to install these lxml:
lxml-master.zip
lxml-stubs-master.zip
I tried from "Blender-preferences-Addon instal" but it doesn't install anything and it didn't work anyway.
I don't know to instal manually the file ... can you help me please? Can you explain to me how to install the lxml or give me another solution? Thank you!
Ely
The text was updated successfully, but these errors were encountered: