Garrett Barter

Results 86 comments of Garrett Barter

@Stephen-cby : Can you try out the `develop` branch by doing: ``` git checkout develop git pull ``` and then rerunning the setup command?

@Stephen-cby : Looks like you just need to discard/revert any debugging edits you've made to the files. Try instead: ``` git restore setup.py git checkout develop git pull python setup.py...

@Stephen-cby : I think you would have to provide the log file that is mentioned to do any remote debugging. As a first step, I would suggest starting with a...

@Stephen-cby : Unfortunately, the error log suggests that the low-level python and compiler commands are also struggling with the space in your username. These are errors that have nothing to...

Thank you for bringing this to our attention. This is definitely an issue that needs to be resolved ASAP.

I have filed the issue with the OpenMDAO team [here](https://github.com/OpenMDAO/OpenMDAO/issues/3026). In the meantime, you will have to downgrade OpenMDAO back to v3.27. Is that something you are comfortable with?

`mpi4py` wraps around an existing mpi installation that you have locally and is only needed on HPC clusters. You can leave it out of your environment and WISDEM should work...

Something is wrong with the MPI installation on your machine. Not sure why that is impacting your simple code here. Are you on Windows / Mac / Linux? Are you...

Did you add the compilers? `conda install -y m2w64-toolchain libpython` If not, you would have to try installing again after adding the compilers with: `python setup.py develop` or `pip install...