Hi Patricio,
It seems there is a problem installing MC3 on Windows via pip or Conda. It gives an error about needing a C++ compiler. It might be helpful to have a note for Windows users in the getting started section about how to resolve this.
The error is this:
building 'mc3.lib.timeavg' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
This can be easily rectified by installing the latest version from this page and then retrying the pip or Conda install. I found this by looking at answers here.
Thanks for making such a great package,
Henry
Hi Patricio,
It seems there is a problem installing MC3 on Windows via pip or Conda. It gives an error about needing a C++ compiler. It might be helpful to have a note for Windows users in the getting started section about how to resolve this.
The error is this:
This can be easily rectified by installing the latest version from this page and then retrying the pip or Conda install. I found this by looking at answers here.
Thanks for making such a great package,
Henry