Hello people!
I have been trying to work with Kantan Mapper and getting this error. It’s kind of super complex for me to solve. If anyone can please help me out!!
Why does installing Python 3.13.3 got any impact ?
What is the error message?
TouchDesigner comes with its own Python version.
Are you adding this other python install to the path ?
You should always match TouchDesigner’s own version: 3.11.1 at the time of writing.
I assumed that installing python would be the reason because it was working properly before I installed python.
I had 13.3.3 however TD has 13.11.1 and after you mentioned I installed 13.11.1 and it’s still the same.
What is the error message in Kantan? Can you share a screenshot? Can you share a sample file?
What version of TouchDesigner do you have installed?
in the textport, can you type:
import numpy
numpy
And give me the result?
Best,
Michel
Can you go in preferences and tell us if you have an external python search path set ?
Also if you go in the textport,
Import sys
Sys.path
Can you share that list ?
Hi,
This is a text DAT, not the textport.
Can you show me what happens in the textport with
import sys
sys.path
Open the textport in a panel or using alt+t
while you are at it:
import site
site.getuserbase()
site.getusersitepackages()
Hi This is when I use Processing: image.png…
import sys
sys.path
Seeing this, libraries installed in your own python could be loaded first before TouchDesigner own’s . So it’s pretty odd.
Is there somewhere in your code where you interact with sys.path ?
I’m unable to reproduce your issue in a base TouchDesigner installation and project.
Did you print all those from a new fresh project or from the project where you have issues?
Yes it new project. I just drag and drop kantan and it throws error, also it’s showing error in camschnapper.
You didn’t modify TouchDesigner’s own install at all did you?
Can you disable those 2 in preferences ?
restart TouchDesigner and try again.
It worked!!! It feels good to see operator without and X mark!!! Great… Thank you so much for helping me solve the issues.
I really appreciate your time and step by step instruction to solve the trouble. If you could help understand the issues will be much appreciated.