Skip to content

Commit

Permalink
try importing twice
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Sep 26, 2024
1 parent 4ea58b8 commit e29951c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def determine_generator_args():
if sys.platform == 'win32':
try:
# See which compiler python picks
from setuptools._distutils import ccompiler # We use ccompiler on windows to determine the msvc version
compiler = ccompiler.new_compiler()
compiler.initialize()

Expand Down

0 comments on commit e29951c

Please sign in to comment.