motiwari / BanditPAM

BanditPAM C++ implementation and Python package
MIT License
647 stars 38 forks source link

pip install on windows doesn't use MS Visual C++ compiler #242

Closed Dobatymo closed 1 year ago

Dobatymo commented 1 year ago

In the Windows Python world the MS Visual C++ compiler is definitely the default compiler used and also the one used to compile the official Python distribution. It should be supported by default.

Exception: No C++ compiler was found. Please install LLVM clang.
motiwari commented 1 year ago

Thanks for filing an issue!

@Adarsh321123 let's discuss this