Open ZhongLIFR opened 2 years ago
The version on PyPI is an old version that we haven't updated yet. To make use of this toolkit, you might want to follow the installation guide in README (i.e., git clone the project and use "pip install -e ."). We will update the version on PyPI with our latest development (in dev branch) recently. Thanks!
After installing the tods by using "pip install tods", I tried to run the example. However, it says that "ModuleNotFoundError: No module named 'axolotl.utils' " after I install the "axolotl" by using "pip install axolotl". It seems that the "axolotl" package no longer has "utils" attribute after checking their source code by myself. Thanks!