Unable to install nxt-editor for Blender #210
-
OS: Windows 10 Hello Folks. I am getting the following error. Any ideas?
It works fine for Blender 2.92. Thanks in advance. Satish. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Looks like Blender now ships, with Python
Supporting newer versions of Python is something we'd like to do, but probably won't happen this year. |
Beta Was this translation helpful? Give feedback.
-
Thank you @ImLucasBrown. I will try out your answer and let you know how it goes. |
Beta Was this translation helpful? Give feedback.
Looks like Blender now ships, with Python
3.9
but we only officially support up to3.7
. The last time we tested installing the blender plugin it was in Blender 2.91.We make no promises any of this will work, but you can try one of the following:
pip install nxt-editor --ignore-requires-python
you'll probably have also individually installPySide2
,Qt.py
andnxt-core
Supporting newer versions of Python is something we'd like to do, but probably won't happen this year.