I am not sure if this is due to my setup, the primitive interfaces or the metalearn implementation, but I was wondering if any of you ran across this problem or know how to solve it. Calling test_metafeatures.py gives an error TypeError: __new__() missing 1 required positional argument: 'namespace' at
"...\d3m_metadata\hyperparams.py", line 132, in __new__
cls = super().__new__(name, bases, namespace, **kwargs)
Steps I took for my install:
Downloaded common-primitives library and installed it (and its requirements).
Downloaded this repository and installed it.
Called test_metafeatures.py.
Some googling suggests it has to be with the usage of metaclasses, but I am not quite familiar enough with that yet to see where the problem is exactly.
I am not sure if this is due to my setup, the primitive interfaces or the metalearn implementation, but I was wondering if any of you ran across this problem or know how to solve it. Calling
test_metafeatures.py
gives an errorTypeError: __new__() missing 1 required positional argument: 'namespace'
atSteps I took for my install:
test_metafeatures.py
.Some googling suggests it has to be with the usage of metaclasses, but I am not quite familiar enough with that yet to see where the problem is exactly.