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
i tried to install step one but executing sudo sh ./init.sh but keep getting this error:
running build_ext
skipping 'bbox.c' Cython extension (up-to-date)
running build_ext
Traceback (most recent call last):
File "setup_linux.py", line 56, in <module>
CUDA = locate_cuda()
File "setup_linux.py", line 51, in locate_cuda
for k, v in cudaconfig.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'
Traceback (most recent call last):
File "setup_linux.py", line 56, in <module>
CUDA = locate_cuda()
File "setup_linux.py", line 51, in locate_cuda
for k, v in cudaconfig.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'
i tried on both Ubuntu 18 and windows 10, all previous requirements installed and verified.
The text was updated successfully, but these errors were encountered:
i tried to install step one but executing sudo sh ./init.sh but keep getting this error:
i tried on both Ubuntu 18 and windows 10, all previous requirements installed and verified.
The text was updated successfully, but these errors were encountered: