TRI-AMDD / beep

Battery evaluation and early prediction
Apache License 2.0
131 stars 61 forks source link

[Bug] pip install crashes #739

Open smedegaard opened 1 year ago

smedegaard commented 1 year ago

Describe the bug pip install beep crashes

To Reproduce Steps to reproduce the behavior:

× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.



**Expected behavior**
A clear and concise description of what you expected to happen.

**Desktop (please complete the following information):**
 - OS: OSX 13.0.1
 - Python Version: Python 3.10.3
 - Version: `2022.10.3.16`

**Additional context**

tested with pip, Poetry and on Sagemaker Jupyter Notebook
lcontami commented 1 year ago

I got a similar problem during pip install with the following setup:

The error message I get mentions

        No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
        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/

But Visual C++ 2015-2022 is installed. [end of output]