Heart that there is new release for ararch64 , I try the example jn5189dk6_zigbee_router_bm. The problem is still there.
I can use python on terminal.
also terminal in MCUXpresso IDE.
build the example jn5189dk6_zigbee_router_bm.
tools build does not work. (ZPSConfig)
still ModuleNotFoundError:No module named 'lxml'.
Do I miss sth.
Look forward to your kind advice.
Solved! Go to Solution.
Hi,
By any chance, do you have multiple Python versions installed on your system? Also, please consider upgrading pip.
Regards,
Eduardo.
Hello @Nina
Hope you are doing well.
This error may be due to some missing python modules, could you please try installing lxml module for python? You can try using:
pip install lxml
Regards,
Eduardo.
Hi,
What is your MCUXpresso IDE version? Which SDK version are you using?
Could you please confirm that you have correctly added Python to the system's PATH? Did you install pycryptodome python module?
Regards,
Eduardo.
thanks.
I use the MCUXPressoIDE_11.8.0_1165.aarch64.pkg.
MCUXpresso IDE v11.8.0 [Build 1165] [2023-07-26]
SDK_2_6_12_JN5189DK6
Hi,
By any chance, do you have multiple Python versions installed on your system? Also, please consider upgrading pip.
Regards,
Eduardo.
Thanks very much.
I update to macOS Monterey(12.7).
add path "/usr/local/bin" to MCUXpresso IDE Paths.
restart IDE.
it works.
l will look into this issue.