Closed qqqqmmmm closed 1 year ago
On Windows, when I execute "python setup.py build", it says
c = os.path.basename(self.compiler.compiler[0]) AttributeError: 'MSVCCompiler' object has no attribute 'compiler'. Did you mean: 'compile'?
What should I do? Thanks
We don't support Windows build. You are welcome to fix it, but we cannot offer support for Windows.
If you want to run matscipy on Windows, I recommend using WSL.
On Windows, when I execute "python setup.py build", it says
c = os.path.basename(self.compiler.compiler[0]) AttributeError: 'MSVCCompiler' object has no attribute 'compiler'. Did you mean: 'compile'?
What should I do? Thanks