Hi, I'm trying to install Nider in Python 3.6. The module seems to be installed correctly and I can find nider listed in pip list correctly, but if I try to run a test code like the one shared on their github frontpage here as an example https://github.com/pythad/nider
I get the following error ModuleNotFoundError: No module named 'nider.models'; 'nider' is not a package
But as said, it is installed correctly. And nider create an odd cache page in the location where it is run. Is there anything we specifically need to do/know in order to run this module in Python 3.6?
Thanks