tods icon indicating copy to clipboard operation
tods copied to clipboard

Cannot find 'axolotl' python package

Open lynnssi opened this issue 5 years ago • 1 comments
trafficstars

I successfully installed tods using a simple pip install tods; however, I cannot run the example code because I do not have the axolotl package installed. axolotl is not available through pip nor conda. Where can I find the package and how should I install it?

lynnssi avatar Oct 28 '20 01:10 lynnssi

@lynnssi Thanks for trying our package. pip install tods does not work for now. We are working on this issue. Could you try installing TODS as follows?

git clone https://github.com/datamllab/tods.git
cd tods
pip install -e .

daochenzha avatar Oct 29 '20 05:10 daochenzha