install issue and troubleshoot
There are some obstacles as installing on windows with conda environment. I pass it end up with message "oceanmesh==0+unknown". Going to testing if it can work. Below are my install log, which might be helpful to someone in case.
- gmp.dll running install-cgal.bat, it check if gmp.dll exists. In my install direction only gmp-10.dll listed, so I copy it and rename as gmp.dll.
- mkl_intel_thread.2.dll running install-oceanmesh, I get stuck with a file mkl_intel_thread.2.dll could not be found. I pass this issue by $conda install -c https://software.repos.intel.com/python/conda/ -c conda-forge mkl
- longintrepr.h I fixed longintrepr.h missing by $conda install -c cython
- inpoly.py Last, something wrong heppens about inpoly.py. Reinstalled it can help. $conda install conda-forge::inpoly
Thanks for sharing this, @ChengJungHsu . Could you also report the Windows OS and Python version you're using?
I assume you're also aware that we put together https://github.com/CHLNDDEV/oceanmesh/blob/master/install_oceanmesh.bat
@krober10nd Thank you for sharing. Yes, I follow bat file to install. Above package fixed error messages jumping out on my PC. Its OS is Windows 11 21H2 and Python version is 3.12.9.