planarity
planarity copied to clipboard
Error installing planarity on Windows
I have a problem when installing this package into my computer:
pip install planarity
At the beginning I got the following error:
After installing Visual Studio 2022, the error changed to this:
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?