Joshua J. Cogliati

Results 128 comments of Joshua J. Cogliati

Hm, for 2.13, something is being done incorrectly: ``` ImportError: Failed to import grpc on Apple Silicon. On Apple Silicon machines, try `pip uninstall grpcio; conda install grpcio`. Check out...

It might be worth adding 'grpcio' as a conda dependency and see if that solves it.

Otherwise, yes, we might need to modify `establish_conda_env.sh`

> I added the to dependencies.xml, and the conda environment can be established, but 14 failed and 16 diff tests. See the dependencies.xml and log attached. It looks like a...

For future reference, these are the changes made to dependencies.xml compared to current devel (scipy is actually updated by a devel change, so we probably do not need to downgrade...

> Joshua, is this `dependencies.xml` in any branch? I can give it a try if you can point me to the correct branch. I just used the dependencies.xml file you...

> Joshua, is this `dependencies.xml` in any branch? I can give it a try if you can point me to the correct branch. It is on my [joshua-cogliati-inl:tensorflow_212](https://github.com/joshua-cogliati-inl/raven/tree/tensorflow_212) branch that...

FYI: If anyone uses the diff for the dependencies.xml, do not remove `smt` since that will cause newer versions of RAVEN to fail.

On further investigation, `smt` does not seem to be available for macos amd64: https://pypi.org/project/smt/#files so we probably do need to change `` to `` and put imports that use smt...

Some errors I saw: `File ".../raven/ravenframework/Optimizers/acquisitionFunctions/AcquisitionFunction.py", line 138, in conductAcquisition res = sciopt.differential_evolution(optFunc, bounds=self._bounds, polish=self._polish, maxiter=self._maxiter, tol=self._tol,` `TypeError: differential_evolution() got an unexpected keyword argument 'vectorized'` `File ".../python3.10/site-packages/netCDF4/__init__.py", line 3, in...