There was an error while loading. Please reload this page.
1 parent 5a6599b commit e9a0009Copy full SHA for e9a0009
setup.py
@@ -21,7 +21,7 @@
21
Extension("py2d.FOV", ["py2d/FOV.py"]),
22
Extension("py2d.FOVConverter", ["py2d/FOVConverter.py"]),
23
Extension("py2d.Navigation", ["py2d/Navigation.py"]),
24
- Extension("py2d.SVG", ["py2d/SVG.py"]),
+ # Extension("py2d.SVG", ["py2d/SVG.py"]), # Commented out due to Cython compilation issues with Python 3.12
25
Extension("py2d.Math", ["py2d/Math/__init__.py"]),
26
Extension("py2d.Math.Operations", ["py2d/Math/Operations.py"]),
27
Extension("py2d.Math.Polygon", ["py2d/Math/Polygon.py"]),
0 commit comments