Skip to content

Commit f3ca1a8

Browse files
authored
Import CompileError from setuptools not distutils
1 parent acfa749 commit f3ca1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/link/c/exceptions.py

+1-1
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)