Skip to content

Commit f627d2d

Browse files
maresbricardoV94
authored andcommitted
Import CompileError from setuptools not distutils
1 parent 11cd31f commit f627d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/link/c/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from setuptools._distutils.errors import CompileError as BaseCompileError
1+
from setuptools.errors import CompileError as BaseCompileError
22

33

44
class MissingGXX(Exception):

0 commit comments

Comments
 (0)