Bohan Liu
Results
2
comments of
Bohan Liu
> > HI, I also add the same issue, but after installing torch 1.0.1, when I run `python setup.py build_ext --inplace` it throws this error. Currently I am unable to...
at the end of the setup.py file, find: setup( ext_modules=cythonize(ext_modules), include_dirs=[numpy_include_dir], cmdclass={ 'build_ext': BuildExtension } ) add "include_dirs=[numpy_include_dir]," as above. That's how I solved this error, hope this help.