cswry / OSEDiff

[NeurlPS2024] One-Step Effective Diffusion Network for Real-World Image Super-Resolution
Apache License 2.0
224 stars 13 forks source link

windows error:expected str, bytes or os.PathLike object, not NoneType #20

Closed ZhenyanSun closed 4 months ago

ZhenyanSun commented 4 months ago

Hi anyone meets this error? include_dir += [os.path.join(os.environ.get("CUDA_PATH"), "include")] File "C:\Users\Demo-NT\AppData\Local\anaconda3\envs\OSEDIFF\lib\ntpath.py", line 104, in join path = os.fspath(path) TypeError: expected str, bytes or os.PathLike object, not NoneType

ZhenyanSun commented 4 months ago

solved