tods icon indicating copy to clipboard operation
tods copied to clipboard

ModuleNotFoundError: No module named 'axolotl.utils'

Open ZhongLIFR opened this issue 3 years ago • 1 comments

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!

ZhongLIFR avatar Mar 03 '22 17:03 ZhongLIFR

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!

lhenry15 avatar Mar 03 '22 19:03 lhenry15