planarity icon indicating copy to clipboard operation
planarity copied to clipboard

Error installing planarity on Windows

Open TSOTOF opened this issue 5 months ago • 2 comments

I have a problem when installing this package into my computer:

pip install planarity

At the beginning I got the following error: 2dfa9f5697c487aa65de00a71fbef9f After installing Visual Studio 2022, the error changed to this: 屏幕截图 2024-09-24 105214 I ask my friend to install planarity in his Windows computer and he got the same error with me. I checked my envirment variables, path 'C:\Program Files\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.41.34120\bin\HostX86\x64\cl.exe' is included. I uninstlled my Visual Studio and changed it's file from Program Files(x86) to Program Files, but it didn't work. I tried to download the package and directly install it, which also failed. In the end I turn to networkx.is_planar, but this function is based on python and it is too slow. Is there any suggestions for my problem?

TSOTOF avatar Sep 24 '24 03:09 TSOTOF