seq2sql icon indicating copy to clipboard operation
seq2sql copied to clipboard

What are the dependencies and how to install them?

Open lanhuiw opened this issue 5 years ago • 1 comments

Hi, I am interested in your work and want to run the code. Would you share the information of dependencies such as python version and so on? Thanks.

lanhuiw avatar Mar 15 '19 17:03 lanhuiw

It seems to be working in this conda environment of mine. I had to build pytorch v0.2.0 from sources since the pre-built libraries didn't seem to support cuda.

_libgcc_mutex 0.1 free
babel 2.5.1 pypi_0 pypi blas 1.0 mkl
bzip2 1.0.6 3
ca-certificates 2019.5.15 0
certifi 2019.6.16 py27_0
cffi 1.10.0 py27_0
cloog 0.18.0 0
cmake 3.6.3 0
curl 7.54.1 0
docopt 0.6.2 pypi_0 pypi et-xmlfile 1.0.1 pypi_0 pypi expat 2.1.0 0
gcc 4.8.5 7
gmp 6.1.0 0
intel-openmp 2019.4 243
isl 0.12.2 0
jdcal 1.3 pypi_0 pypi krb5 1.13.2 0
libffi 3.2.1 1
libgcc 5.2.0 0
libgfortran-ng 7.3.0 hdf63c60_0
libssh2 1.8.0 0
libstdcxx-ng 9.1.0 hdf63c60_0
magma-cuda80 2.3.0 1 soumith mkl 2018.0.3 1
mpc 1.0.3 0
mpfr 3.1.5 0
ncurses 5.9 10
numpy 1.13.3 py27hbcc08e0_0
odfpy 1.3.5 pypi_0 pypi olefile 0.44 pypi_0 pypi openpyxl 2.4.9 pypi_0 pypi openssl 1.0.2l 0
pip 19.1.1 py27_0
pycparser 2.19 py27_0
python 2.7.13 0
pytz 2017.3 pypi_0 pypi pyyaml 3.12 py27_0
readline 6.2 2
records 0.5.2 pypi_0 pypi resources 0.0.1 pypi_0 pypi setuptools 41.0.1 py27_0
sqlalchemy 1.1.14 pypi_0 pypi sqlite 3.13.0 0
tablib 0.12.1 pypi_0 pypi tk 8.5.18 0
torch 0.2.0+0b92e5c pypi_0 pypi unicodecsv 0.14.1 pypi_0 pypi wheel 0.33.4 py27_0
xlrd 1.1.0 pypi_0 pypi xlwt 1.3.0 pypi_0 pypi xz 5.2.3 0
yaml 0.1.6 0
zlib 1.2.11 0

wagonhelm avatar Jul 07 '19 19:07 wagonhelm