Zach Sherman
Zach Sherman
Ah gotcha, makes sense. Yeah, I can ask around to see. I'll also labels to this Issue tracker. I agree, I think this would be a valuable feature to have...
@Red025 How is your numpy installed? I would recommend using conda if you aren't already. Numpy sometimes has issues building on Windows: https://github.com/numpy/numpy/issues/12016
Hmm, maybe try a fresh environment: ``` conda create -n pyart_env -c conda-forge python=3.7 numpy scipy netCDF4 xarray cartopy matplotlib source activate pyart_env ``` then install pyart within the environment.
I would maybe try: python -m pip install -U pip pip install -U setuptools But my guess would be, as you mentioned, something with Microsoft visual c++, and might need...
Thank you @sauravmahuri2007 for the link!
@zhaobudaola, do you have the visual studios installed on your computer for windows, I know for windows its needed.
This post is slightly outdated, but give this a read, it might have a solution to this: https://stackoverflow.com/questions/44951456/pip-error-microsoft-visual-c-14-0-is-required
Hmm, is your numpy installed with conda or pip, i'm honestly not entirely sure how to go about this, using visual studios tends to be the error, but i'm running...
Thanks @TerMinator-spec for the information and suggested fix!
@Jillinger I'm honestly not sure. If trying all the options above didn't work i'm honestly out of ideas with this one. If you are trying to install for scikit learn,...