tods icon indicating copy to clipboard operation
tods copied to clipboard

Is it still installable for anyone?

Open mks-git opened this issue 1 year ago • 4 comments
trafficstars

Hello, I tried installing TODS on Linux with different python versions (3.10, 3.8) without success. Also, the google colab examples do not manage to install TODs with pip.

python 3.10 gets some errors with deprecated versions and numpy python 3.8 gets an error: metadata-generation-failed

Is anyone still using TODS and knows how to install it?

thanks and best regards

mks-git avatar Apr 27 '24 13:04 mks-git

Same problem in Windows and in Colab.

slavakx avatar May 21 '24 12:05 slavakx

Hi there, i have just managed installing it on ubuntu with python 3.7 in virtual env (and could not manage installing it on Windows 10 with python 3.10). Anyway, most packages from tutorials can't be imported. Sad sign, ping me someone if support comes

zakharkousnetsov avatar Jun 20 '24 15:06 zakharkousnetsov

I got it to work on Linux (fedora) by creating a fresh conda python 3.8 environment and then installing from github (git clone, cd tods, then pip install -e .).

Python 3.7 didn't work, given a tensorflow error.

phhu avatar Jul 04 '24 17:07 phhu

Python 3.7.9 conda env works on Ubuntu without any error after installing packages written in readme

gamzemdn avatar Sep 19 '24 17:09 gamzemdn