Closed jacobmerson closed 7 months ago
Here's a yml file of my currently working environment on Debian 5.10.209-2, it might work for you.
parastell.txt (conda env create -f parastell.yml
). Sorry to hear about the install issues. (looks like yml extensions aren't supported in github comments, not sure how much conda cares if the extension is right you may need to just change it back to yml after you download it.)
Thanks! And, no worries. I will test out with the provided environment tonight. @fuad-hh you may want to try with this environment as well.
@jacobmerson produced the following .yml
file and it worked for us on RHEL-9.3.
name: parastellEnv
channels:
- conda-forge
dependencies:
- cadquery=2.3.1=pyhd8ed1ab_0
- libnetcdf=4.9.1=nompi_h34a3ff0_101
- moab=5.4.1=nompi_notempest_py311hb9f07ef_101
- numpy=1.26.0=py311h64a7726_0
- occt=7.7.0=h6cf717c_2
- pybind11-abi=4=hd8ed1ab_3
- scipy=1.11.3=py311h64a7726_1
- matplotlib
- pip:
- cad-to-dagmc==0.5.0
- cad-to-h5m==0.3.0
- cftime==1.6.3
- gmsh==4.11.1
- netcdf4==1.6.5
- networkx==3.2.1
- trimesh==4.0.2
- scikit-learn
Thank you.
Closed by #69
Based on the various errors we have worked through already, I think it would be helpful if you could provide a more detailed accounting of what versions of every package are you using as we have already found a number of incompatible python and library versions.
Also, we did not have any luck with the conda version of moab as it is missing some required headers for pymoab.
Here is an example error: