codechecker icon indicating copy to clipboard operation
codechecker copied to clipboard

Missing files after installation

Open lgacnik opened this issue 8 months ago • 0 comments

Describe the bug Some files are missing after successful installation on Windows. codechecker complains about it for every action. It complains that the following file is missing:

FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Luka\\AppData\\Roaming\\Python\\share\\codechecker\\config\\commands.json'

Upon inspection whole codechecker folder is empty under this path.

CodeChecker version Release v6.25.1

To Reproduce Install using pip3 install codechecker (the installation appears to be a success). Then run any codechecker command.

Expected behaviour Just running the command without reporting missing files

Desktop

  • OS: Microsoft Windows 10 Pro (Version: 10.0.19045 Build 19045)

Additional context I have tried installing codechecker through conda but I get the same behaviour.

lgacnik avatar Apr 28 '25 18:04 lgacnik