Open JacobEkedahl opened 4 years ago
Same issue for me
For me, two steps:
conda env create -f environment.yaml
(remove this line - openssl=1.1.1=h7b6447c_0
)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
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