You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the terminal produces the following error message:
Collecting planarity
Using cached planarity-0.5.tar.gz (255 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: planarity
Building wheel for planarity (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for planarity (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [20 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-10.9-universal2-cpython-312
creating build/lib.macosx-10.9-universal2-cpython-312/planarity
copying planarity/planarity_networkx.py -> build/lib.macosx-10.9-universal2-cpython-312/planarity
copying planarity/init.py -> build/lib.macosx-10.9-universal2-cpython-312/planarity
copying planarity/planarity_functions.py -> build/lib.macosx-10.9-universal2-cpython-312/planarity
running build_ext
building 'planarity.planarity' extension
creating build/temp.macosx-10.9-universal2-cpython-312
creating build/temp.macosx-10.9-universal2-cpython-312/planarity
creating build/temp.macosx-10.9-universal2-cpython-312/planarity/src
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -arch arm64 -arch x86_64 -g -Iplanarity/src/ -I/Library/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c planarity/planarity.c -o build/temp.macosx-10.9-universal2-cpython-312/planarity/planarity.o
planarity/planarity.c:4235:27: error: incompatible pointer to integer conversion assigning to 'int' from 'void *' [-Wint-conversion]
__pyx_v_self->embedding = NULL;
^ ~~~~
1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for planarity
Failed to build planarity
ERROR: Could not build wheels for planarity, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered:
in the terminal produces the following error message:
Collecting planarity
Using cached planarity-0.5.tar.gz (255 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: planarity
Building wheel for planarity (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for planarity (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [20 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-10.9-universal2-cpython-312
creating build/lib.macosx-10.9-universal2-cpython-312/planarity
copying planarity/planarity_networkx.py -> build/lib.macosx-10.9-universal2-cpython-312/planarity
copying planarity/init.py -> build/lib.macosx-10.9-universal2-cpython-312/planarity
copying planarity/planarity_functions.py -> build/lib.macosx-10.9-universal2-cpython-312/planarity
running build_ext
building 'planarity.planarity' extension
creating build/temp.macosx-10.9-universal2-cpython-312
creating build/temp.macosx-10.9-universal2-cpython-312/planarity
creating build/temp.macosx-10.9-universal2-cpython-312/planarity/src
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -arch arm64 -arch x86_64 -g -Iplanarity/src/ -I/Library/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c planarity/planarity.c -o build/temp.macosx-10.9-universal2-cpython-312/planarity/planarity.o
planarity/planarity.c:4235:27: error: incompatible pointer to integer conversion assigning to 'int' from 'void *' [-Wint-conversion]
__pyx_v_self->embedding = NULL;
^ ~~~~
1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for planarity
Failed to build planarity
ERROR: Could not build wheels for planarity, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: