frerich / clcache

A compiler cache for MSVC, much like ccache for gcc
Other
325 stars 83 forks source link

Warning ModuleNotFoundError #361

Open jeremy-coulon opened 5 years ago

jeremy-coulon commented 5 years ago

I see the following warning when using clcache:

Error processing line 1 of c:\users\jcoulon\conan\clcache.pth:

Traceback (most recent call last): File "C:\Program Files\Python38\lib\site.py", line 169, in addpackage exec(line) File "", line 1, in ModuleNotFoundError: No module named 'clcache'

Remainder of file ignored

However, my build seems to still go faster. Thus I think clcache is still working ok but I don't know what could be the side effects of this warning. + it is quite annoying to see the warning on every file I compile.

My setup is: python 3.8.0 clcache 4.2.0