Trying to install GPAW within a virtual environment, but I keep running into the following error:
AttributeError: 'MSVCCompiler' object has no attribute 'compiler'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for gpaw
Running setup.py clean for gpaw
Failed to build gpaw
ERROR: Could not build wheels for gpaw, which is required to install pyproject.toml-based projects
What could be causing this, and how could I fix it? Please let me know if any more information is needed.
I am running Python 3.8.10, and I already tried pip install wheel
, however that didn’t fix the issue. I also tried to install some of the fixes listed here, but none of those worked either.