Open sapols opened 2 months ago
I'll note that changing my setuptools
version didn't seem to help (I tried <60.0 as the warning suggests, and upgrading to the latest) and I don't believe the numpy
version is crucial either because it used to install fine with 1.26.4 but now fails with 1.26.4 still.
Describe the bug I'm not sure what changed but I'm no longer able to pip install OMMBV in various environments, including my personal MacBook and inside GitHub Actions. I first noticed this when the PyHC environment pipeline failed in GitHub trying to pip install OMMBV. The ultimate cause of the failure seems to be
ModuleNotFoundError: No module named 'distutils.msvccompiler'
.To Reproduce Steps to reproduce the behavior:
pip install OMMBV
Expected behavior I'd expect OMMBV to install but it fails.
Desktop (please complete the following information):
Additional context Here's the error output I keep getting: