Hi all.
so im traying to install the ladybug add on(using rhino 7) and im going by the instructions. but apperently im having trouble with the paython installation. im not sure exactly what is the problem hope you could help me.
thanx:)
This almost certainly has to do with the Hebrew characters in your username. The \u5E0
in the error message corresponds to the Hebrew letter נ (“nun”), which has no representation in the English-only ASCII character encoding scheme.
The error seems to interrupt the creation of set_python_path.bat
, which is why you can’t run that script after LB Install completes. It may be possible to resolve this error by writing set_python_path.bat
using a character encoding such as UTF-8 that does support non-English characters.