-
Couldn't load subscription status.
- Fork 22
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels