DAIN icon indicating copy to clipboard operation
DAIN copied to clipboard

Unclear installation description

Open JacobEkedahl opened this issue 4 years ago • 2 comments

I'm just running into versioning, environment and import problems when trying to run one of your models after going through your installation description. Been stuck doing this for a couple of hours. Would appreciate if you could release an extended description of how to set this up. Exactly where you installed all the packages, and how you setup your local environment for running your model.

For example, last problem I had was: ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found

JacobEkedahl avatar Mar 29 '20 19:03 JacobEkedahl

Same issue for me

AdvertiserM avatar Apr 01 '20 21:04 AdvertiserM

For me, two steps:

  1. Use Anaconda(4.8.3) to create the environment conda env create -f environment.yaml (remove this line - openssl=1.1.1=h7b6447c_0)
  2. Modify all setup.py files according to your GPU nvcc_args = [ '-gencode', 'arch=compute_75,code=sm_75', '-gencode', 'arch=compute_75,code=compute_75' ] for Titan RTX

HectorNet avatar May 06 '20 01:05 HectorNet