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
The author has pointed out to export several environment variables before running "python setup.py install". Indeed this is important. However, the setup.py itself is flawed and not stable about reading include files. To solve this problem, we need to change the line 38 to "include_dirs = [os.path.realpath('../include'), '/usr/local/cuda/include/']".
The text was updated successfully, but these errors were encountered:
The author has pointed out to export several environment variables before running "python setup.py install". Indeed this is important. However, the setup.py itself is flawed and not stable about reading include files. To solve this problem, we need to change the line 38 to "include_dirs = [os.path.realpath('../include'), '/usr/local/cuda/include/']".
The text was updated successfully, but these errors were encountered: