-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CodeChecker analyze
fails for 6.22.2 under Windows with AttributeError: module 'os' has no attribute 'uname'
#3968
Comments
Hi @petermbauer , I admit that feature was not implemented in a platform-independent manner, if you start a python interpreter, and do the following, can you post the output of python3
Python 3.8.10 (default, May 26 2023, 14:05:08)
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.uname() |
Hi @vodorok , thanks for caring, here is the output:
|
Hi @vodorok , any chance this will be fixed in the near future? The only other option would be to switch back to Python <3.10 to be able to use |
Hi, |
same issue with python 3.11 on Windows 11 x64 |
Are you willing to release a 6.22.3 if a fix is contributed? |
yes would be nice |
Hi, we are planning the next release in October with CodeChecker 6.23.0. Unfortunately, this is the earliest date, that I can tell now according to our schedule. |
To all who commented "same": Is this a Windows-specific issue, or are you using Linux and getting the issue? |
seems it is a windows issue |
Yes, only windows |
Fixed by #4012. |
@bruntib , any update on the planned release date? |
CodeChecker analyze
fails for 6.22.2 under Windows with "AttributeError: module 'os' has no attribute 'uname'"CodeChecker analyze
fails for 6.22.2 under Windows with AttributeError: module 'os' has no attribute 'uname'
@petermbauer We're trying to wrap everything up by the end of this month. A release candidate will come very soon, and the clean release will be published in late November. |
Describe the bug
Executing
CodeChecker analyze
leads toAttributeError: module 'os' has no attribute 'uname'
.The problematic code has been introduced with 6.22.2: v6.22.1...v6.22.2#diff-b65c399d1bcab9aba1b50586c3ef10dfd319e80a985396c6739f83980a085a98R68
CodeChecker version
6.22.2
To Reproduce
see above
Expected behaviour
Run the analysis without an error
Desktop (please complete the following information)
Additional context
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: