We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfa749 commit f3ca1a8Copy full SHA for f3ca1a8
pytensor/link/c/exceptions.py
@@ -1,4 +1,4 @@
1
-from setuptools._distutils.errors import CompileError as BaseCompileError
+from setuptools.errors import CompileError as BaseCompileError
2
3
4
class MissingGXX(Exception):
0 commit comments