Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

undefined symbol: nvrtcGetProgramLogSize #37

Closed
ch3njust1n opened this issue Apr 15, 2018 · 1 comment
Closed

undefined symbol: nvrtcGetProgramLogSize #37

ch3njust1n opened this issue Apr 15, 2018 · 1 comment

Comments

@ch3njust1n
Copy link
Owner

Traceback (most recent call last):
  File "./smpl.py", line 13, in <module>
    from distributed.parameter_server import ParameterServer
  File "/home/ubuntu/smpl/distributed/parameter_server.py", line 16, in <module>
    from train import Train
  File "/home/ubuntu/smpl/distributed/train.py", line 11, in <module>
    import os, utils
  File "/home/ubuntu/smpl/distributed/utils.py", line 7, in <module>
    import os, pickle, datetime, ujson, codecs, glob, torch, math, logging
  File "/home/ubuntu/anaconda2/envs/smpl/lib/python2.7/site-packages/torch/__init__.py", line 56, in <module>
    from torch._C import *
ImportError: /home/ubuntu/anaconda2/envs/smpl/lib/python2.7/site-packages/torch/_C.so: undefined symbol: nvrtcGetProgramLogSize

@ch3njust1n
Copy link
Owner Author

Resolved by installing pytorch with conda

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant