Skip to content

Fix msvc compiler#55

Merged
petrutlucian94 merged 1 commit intocloudbase:masterfrom
ader1990:fix_msvc_compiler
Feb 17, 2026
Merged

Fix msvc compiler#55
petrutlucian94 merged 1 commit intocloudbase:masterfrom
ader1990:fix_msvc_compiler

Conversation

@ader1990
Copy link
Member

@ader1990 ader1990 commented Feb 16, 2026

See: pypa/setuptools@754fcc2 -> the internal constructor got its interface changed.

Fixes error:

    File "C:\Users\runneradmin\AppData\Local\Temp\pip-build-env-lowuwfyu\overlay\Lib\site-packages\setuptools\_distutils\command\build_clib.py", line 91, in run
      self.compiler = new_compiler(compiler=self.compiler, force=self.force)
    File "<string>", line 38, in new_compiler
  TypeError: Compiler.__init__() takes from 1 to 3 positional arguments but 4 were given

See:
pypa/setuptools@754fcc2

Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
@petrutlucian94 petrutlucian94 merged commit e5a42b0 into cloudbase:master Feb 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants