This is making them fail to load in my TA2 system. It is too generic. So you should name your python module similar to your package. I suggest kf_d3m_primitives or something (and not primitives). So this is a bit tricky thing with Python, that package name (what you have in setup.py) is not really important, important is the directory name you are installing, currently primitives.
This is making them fail to load in my TA2 system. It is too generic. So you should name your python module similar to your package. I suggest
kf_d3m_primitives
or something (and notprimitives
). So this is a bit tricky thing with Python, that package name (what you have insetup.py
) is not really important, important is the directory name you are installing, currentlyprimitives
.