You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Processing /work/pi_adrozdov_umass_edu/akshatchhabr_umass_edu/TransCoder_Test/CodeGen/apex
Running command python setup.py egg_info
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/work/pi_adrozdov_umass_edu/akshatchhabr_umass_edu/TransCoder_Test/CodeGen/apex/setup.py", line 130, in <module>
_, bare_metal_version = get_cuda_bare_metal_version(CUDA_HOME)
File "/work/pi_adrozdov_umass_edu/akshatchhabr_umass_edu/TransCoder_Test/CodeGen/apex/setup.py", line 17, in get_cuda_bare_metal_version
raw_output = subprocess.check_output([cuda_dir + "/bin/nvcc", "-V"], universal_newlines=True)
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
torch.__version__ = 1.9.0+cu102
Preparing metadata (setup.py) ... error
WARNING: Discarding file:///work/pi_adrozdov_umass_edu/akshatchhabr_umass_edu/TransCoder_Test/CodeGen/apex. Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
The text was updated successfully, but these errors were encountered:
After this error was resolved by using the cuda from unity, another issue occurred with gcc version
In file included from /modules/apps/cuda/10.1.243/include/cuda_runtime.h:83,
from :
/modules/apps/cuda/10.1.243/include/crt/host_config.h:138:2: error: #error -- unsupported GNU version! gcc versions later than 8 are not supported!
138 | #error -- unsupported GNU version! gcc versions later than 8 are not supported!
| ^~~~~
error: command '/modules/apps/cuda/10.1.243/bin/nvcc' failed with exit status 1
The text was updated successfully, but these errors were encountered: