DAIN
DAIN copied to clipboard
Unclear installation description
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
Same issue for me
For me, two steps:
- Use Anaconda(4.8.3) to create the environment
conda env create -f environment.yaml
(remove this line- openssl=1.1.1=h7b6447c_0
) - Modify all
setup.py
files according to your GPUnvcc_args = [ '-gencode', 'arch=compute_75,code=sm_75', '-gencode', 'arch=compute_75,code=compute_75' ]
for Titan RTX