libAtoms / matscipy

Materials science with Python at the atomic-scale
http://libatoms.github.io/matscipy/
GNU Lesser General Public License v2.1
188 stars 55 forks source link

Fail to install matscipy on Windows system #102

Closed qqqqmmmm closed 1 year ago

qqqqmmmm commented 2 years 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

pastewka commented 2 years ago

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.