frerich / clcache

A compiler cache for MSVC, much like ccache for gcc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning ModuleNotFoundError

jeremy-coulon opened this issue · comments

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