facebookresearch/shaDow_GNN

Windows : Building wheel for ParallelSampler (setup.py) ... error

xiaomou-re opened this issue · 2 comments

Thanks for sharing! I just tested on my Windows laptop and couldn't reproduce your error.

Here are some of my guesses:

  • Have you installed Visual Studio C++? (you can install MS Visual Studio Community Edition, and select Visual C++)
  • Maybe you can try adding cmake into PATH (see this StackOverflow post)?
  • What is your cmake version? cmake --version for me outputs 3.18.2

Please let me know if the error still persists.

The problem is solved after using Visual Studio C++.
Thanks for your help!